gist: 30299 Download_button fork
public
Public Clone URL: git://gist.github.com/30299.git
Text only
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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)
 

Owner

pantulis

Revisions

  • 541b8c Sat Nov 29 12:13:19 -0800 2008