Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Started PUT "/register" for 192.168.1.10 at 2017-10-12 18:26:28 -0300
- Cannot render console from 192.168.1.10! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
- Processing by Users::RegistrationsController#update as JS
- Parameters: {"utf8"=>"✓", "user"=>{"setting_attributes"=>{"theme"=>"e", "id"=>"4"}, "form"=>"interface"}, "commit"=>"Update settings"}
- User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]]
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]
- Unpermitted parameter: :id
- Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."user_id" = $1 LIMIT $2 [["user_id", 4], ["LIMIT", 1]]
- (0.2ms) BEGIN
- SQL (0.6ms) DELETE FROM "settings" WHERE "settings"."id" = $1 [["id", 4]]
- (1.0ms) COMMIT
- Rendering devise/registrations/update.js.erb
- Rendered devise/registrations/update.js.erb (0.7ms)
- Completed 200 OK in 301ms (Views: 10.0ms | ActiveRecord: 2.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement