Enabled hirb for better console formatting.

This commit is contained in:
benni 2011-05-07 21:14:11 +02:00
parent dcd2a514a6
commit be85296ddb
3 changed files with 7 additions and 0 deletions

View File

@ -12,4 +12,5 @@ gem 'sqlite3-ruby'
group :development do group :development do
gem 'annotate' gem 'annotate'
gem 'hirb'
end end

View File

@ -14,6 +14,7 @@ GEM
annotate (2.4.0) annotate (2.4.0)
fastercsv (1.5.4) fastercsv (1.5.4)
haml (3.0.25) haml (3.0.25)
hirb (0.3.4)
mysql (2.8.1) mysql (2.8.1)
prawn (0.6.3) prawn (0.6.3)
prawn-core (< 0.7, >= 0.6.3) prawn-core (< 0.7, >= 0.6.3)
@ -44,6 +45,7 @@ DEPENDENCIES
annotate annotate
fastercsv fastercsv
haml (>= 2.0.6) haml (>= 2.0.6)
hirb
mysql mysql
prawn (<= 0.6.3) prawn (<= 0.6.3)
rails (= 2.3.10) rails (= 2.3.10)

View File

@ -26,4 +26,8 @@ config.action_mailer.smtp_settings = {
:user_name => "username", :user_name => "username",
:password => "secret" :password => "secret"
} }
# Enable hirb for better console formatting
require "hirb"
Hirb.enable