Created
April 20, 2012 00:25
-
-
Save arbales/2424995 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[30] deathstar » u.update_attribute :avatar, nil | |
[2012-04-19 17:13:28] DEBUG ActiveRecord::Base : (0.1ms) BEGIN | |
[2012-04-19 17:13:28] DEBUG ActiveRecord::Base : User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" = 'HVFEqWx2Ez6skS6vLx4x' LIMIT 1 | |
[2012-04-19 17:13:28] DEBUG ActiveRecord::Base : (0.4ms) UPDATE "users" SET "avatar" = '18b7c9da-fe75-4bce-b526-76f215026890.png', "authentication_token" = 'HVFEqWx2Ez6skS6vLx4x', "updated_at" = '2012-04-20 00:13:28.494414' WHERE "users"."id" = 2 | |
[2012-04-19 17:13:28] DEBUG ActiveRecord::Base : (1.9ms) COMMIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment