Skip to content

Instantly share code, notes, and snippets.

@madelinecr
Created February 21, 2012 22:45
Show Gist options
  • Select an option

  • Save madelinecr/1879564 to your computer and use it in GitHub Desktop.

Select an option

Save madelinecr/1879564 to your computer and use it in GitHub Desktop.
sensae at glados in ~/code/work/ecommerce (master)
$ heroku console
Ruby console for niw-ecomm.heroku.com
>> User.all
=> [#<User id: 2, name: "Chris Funes", email: "Chrisf@newiworld.com", encrypted_password: "73232049f86fa6b068120e3256c9c473f356fb46f13121d5ef5...", salt: "67087f8ed4a90370eaa0ba8483c79d2f2b1f9726ccb54b6ee35...", admin: true, password_reset_token: nil, password_reset_sent_at: nil, created_at: "2012-02-14 07:40:50", updated_at: "2012-02-14 07:53:27">, #<User id: 1, name: "Admin", email: "user@example.org", encrypted_password: "78c1145660240de044f01320851552e8d0b88f049304db71424...", salt: "a8ef80c0d7841313d0081c8bc6ec0601de023ee85721a472d77...", admin: false, password_reset_token: nil, password_reset_sent_at: nil, created_at: "2012-02-02 07:55:19", updated_at: "2012-02-14 07:53:30">]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment