search for: 2790ms

Displaying 1 result from an estimated 1 matches for "2790ms".

Did you mean: 270ms
2012 Nov 03
0
ids writer fields for HABTM relationship.
...(0.2ms) SELECT "people".* FROM "people" WHERE "people"."company_id" = 1 AND "people"."id" = ? LIMIT 1 [["id", "1"]] (0.1ms) begin transaction (0.0ms) rollback transaction Completed 500 Internal Server Error in 2790ms NoMethodError (undefined method `type_cast'' for nil:NilClass): app/controllers/people_controller.rb:21:in `update'' [/code] I scratched my head for quite a long time before finding out that after restarting the rails server, the error would disappear and the Person would actuall...