1
|
Processing TimelogController#edit (for 127.0.0.1 at 2010-11-15 20:19:54) [GET]
|
2
|
Parameters: {"issue_id"=>"2", "action"=>"edit", "controller"=>"timelog"}
|
3
|
SQL (1.5ms) SELECT max("settings".updated_on) AS max_updated_on FROM "settings"
|
4
|
User Load (0.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) AND (users.status = 1) AND ( ("users"."type" = 'User' OR "users"."type" = 'AnonymousUser' ) )
|
5
|
Issue Load (0.4ms) SELECT * FROM "issues" WHERE ("issues"."id" = 2)
|
6
|
Project Load (0.3ms) SELECT * FROM "projects" WHERE ("projects"."id" = 1)
|
7
|
EnabledModule Load (0.4ms) SELECT name FROM "enabled_modules" WHERE ("enabled_modules".project_id = 1)
|
8
|
|
9
|
NoMethodError (You have a nil object when you didn't expect it!
|
10
|
You might have expected an instance of ActiveRecord::Base.
|
11
|
The error occurred while evaluating nil.attributes=):
|
12
|
app/controllers/timelog_controller.rb:113:in `edit'
|
13
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
|
14
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
|
15
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
|
16
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:162:in `start'
|
17
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
|
18
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:95:in `start'
|
19
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:92:in `each'
|
20
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:92:in `start'
|
21
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:23:in `start'
|
22
|
/Users/dseaver86/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/server.rb:82:in `start'
|
23
|
|
24
|
Rendered rescues/_trace (201.5ms)
|
25
|
Rendered rescues/_request_and_response (0.4ms)
|
26
|
Rendering rescues/layout (internal_server_error)
|