Created
July 25, 2011 01:54
-
-
Save brandoncordell/1103401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> Booting WEBrick | |
=> Rails 3.0.8 application starting in development on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
[2011-07-24 21:52:53] INFO WEBrick 1.3.1 | |
[2011-07-24 21:52:53] INFO ruby 1.9.2 (2011-02-18) [x86_64-darwin10.7.0] | |
[2011-07-24 21:52:53] INFO WEBrick::HTTPServer#start: pid=33000 port=3000 | |
Started GET "/" for 127.0.0.1 at 2011-07-24 21:53:00 -0400 | |
Processing by HighVoltage::PagesController#show as HTML | |
Parameters: {"id"=>"home"} | |
Rendered pages/home.html.haml within layouts/application (10.0ms) | |
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms) | |
Started GET "/jobs/new" for 127.0.0.1 at 2011-07-24 21:53:04 -0400 | |
Processing by JobsController#new as HTML | |
Rendered jobs/new.html.haml within layouts/application (9.9ms) | |
Completed 200 OK in 30ms (Views: 17.7ms | ActiveRecord: 0.0ms) | |
Started GET "/jobs/new" for 127.0.0.1 at 2011-07-24 21:53:16 -0400 | |
Processing by JobsController#new as HTML | |
DEPRECATION WARNING: f.error_messages was removed from Rails and is now available as a plugin. Please install it with `rails plugin install git://github.com/rails/dynamic_form.git`. (called from block in _app_views_jobs_new_html_haml___1747380333866108110_2174362420_631149079057126148 at /Users/brandon/Sites/bandit/app/views/jobs/new.html.haml:9) | |
Rendered jobs/shared/_listing_details.html.haml (20.5ms) | |
DEPRECATION WARNING: - style block helpers are deprecated. Please use =. (called from _app_views_jobs_new_html_haml___1747380333866108110_2174362420_631149079057126148 at /Users/brandon/Sites/bandit/app/views/jobs/new.html.haml:8) | |
Rendered jobs/new.html.haml within layouts/application (35.3ms) | |
Completed 200 OK in 55ms (Views: 43.8ms | ActiveRecord: 0.0ms) | |
Started POST "/jobs/new" for 127.0.0.1 at 2011-07-24 21:53:22 -0400 | |
ActionController::RoutingError (No route matches "/jobs/new"): | |
Rendered /Users/brandon/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment