Skip to content

Instantly share code, notes, and snippets.

@pantulis
Created November 29, 2008 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pantulis/30299 to your computer and use it in GitHub Desktop.
Save pantulis/30299 to your computer and use it in GitHub Desktop.
Processing BlogsController#index (for 127.0.0.1 at 2008-11-29 21:00:06) [GET]
Blog Load (0.0ms) SQLite3::SQLException: no such table: blogs: SELECT * FROM "blogs"
ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: blogs: SELECT * FROM "blogs" ):
/app/controllers/blogs_controller.rb:5:in `index'
/opt/local/lib/ruby/gems/1.8/gems/thin-0.6.4/lib/thin/connection.rb:35:in `process'
/opt/local/lib/ruby/gems/1.8/gems/thin-0.6.4/lib/thin/connection.rb:23:in `receive_data'
/opt/local/lib/ruby/gems/1.8/gems/eventmachine-0.10.0/lib/eventmachine.rb:1056:in `event_callback'
/opt/local/lib/ruby/gems/1.8/gems/eventmachine-0.10.0/lib/eventmachine.rb:224:in `run_machine'
/opt/local/lib/ruby/gems/1.8/gems/eventmachine-0.10.0/lib/eventmachine.rb:224:in `run'
/opt/local/lib/ruby/gems/1.8/gems/thin-0.6.4/lib/thin/server.rb:113:in `start'
/opt/local/lib/ruby/gems/1.8/gems/thin-0.6.4/lib/thin/controllers/controller.rb:59:in `start'
/opt/local/lib/ruby/gems/1.8/gems/thin-0.6.4/lib/thin/runner.rb:143:in `send'
/opt/local/lib/ruby/gems/1.8/gems/thin-0.6.4/lib/thin/runner.rb:143:in `run_command'
/opt/local/lib/ruby/gems/1.8/gems/thin-0.6.4/lib/thin/runner.rb:114:in `run!'
/opt/local/lib/ruby/gems/1.8/gems/thin-0.6.4/bin/thin:6
/opt/local/bin/thin:16:in `load'
/opt/local/bin/thin:16
Rendered /Users/juan/src/edge/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace (35.0ms)
Rendered /Users/juan/src/edge/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response (1.0ms)
Rendering /Users/juan/src/edge/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment