Skip to content

Instantly share code, notes, and snippets.

@dmix
Created March 2, 2011 17:42
Show Gist options
  • Save dmix/851349 to your computer and use it in GitHub Desktop.
Save dmix/851349 to your computer and use it in GitHub Desktop.
=> Booting WEBrick
=> Rails 3.0.5 application starting in development on http://0.0.0.0:444
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.5/lib/active_support/railtie.rb:54:in `block in <class:Railtie>': Value assigned to config.time_zone not recognized.Run "rake -D time" for a list of tasks for finding appropriate time zone names. (RuntimeError)
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/initializable.rb:25:in `instance_exec'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/initializable.rb:25:in `run'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/initializable.rb:50:in `block in run_initializers'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/initializable.rb:49:in `each'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/initializable.rb:49:in `run_initializers'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/application.rb:134:in `initialize!'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/application.rb:77:in `method_missing'
from /Users/dmix/development/carelogger/config/environment.rb:5:in `<top (required)>'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239:in `require'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239:in `block in require'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225:in `block in load_dependency'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:596:in `new_constants_in'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225:in `load_dependency'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239:in `require'
from /Users/dmix/development/carelogger/config.ru:3:in `block in <main>'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/builder.rb:46:in `instance_eval'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/builder.rb:46:in `initialize'
from /Users/dmix/development/carelogger/config.ru:1:in `new'
from /Users/dmix/development/carelogger/config.ru:1:in `<main>'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/builder.rb:35:in `eval'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/builder.rb:35:in `parse_file'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/server.rb:162:in `app'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/server.rb:248:in `wrapped_app'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/server.rb:213:in `start'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/commands/server.rb:65:in `start'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/commands.rb:30:in `block in <top (required)>'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/commands.rb:27:in `tap'
from /Users/dmix/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.5/lib/rails/commands.rb:27:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment