Created
April 30, 2009 17:38
-
-
Save mrkurt/104568 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
Hackintosh:one-counter kurt$ heroku console | |
Ruby console for deep-journey-73.heroku.com | |
>> Tweets.all.inspect | |
NameError: uninitialized constant Tweets | |
>> Tweet.all.inspect | |
=> "[#<Tweet id: 1, text: \"2 Lovely strawberry yogurt!\", twitter_id: 108963797, user_id: 1, created_at: \"2009-04-29 22:24:52\", updated_at: \"2009-04-29 22:47:05\">, #<Tweet id: 2, text: \"5 Life cereal w/milk\", twitter_id: 108797190, user_id: 1, created_at: \"2009-04-29 19:16:12\", updated_at: \"2009-04-29 22:47:05\">, #<Tweet id: 3, text: \"5 oatmeal, butter, brown sugar\", twitter_id: 109676468, user_id: 1, created_at: \"2009-04-30 13:42:00\", updated_at: \"2009-04-30 14:14:05\">, #<Tweet id: 4, text: \"4 wheat thins\", twitter_id: 109028961, user_id: 1, created_at: \"2009-04-29 23:27:05\", updated_at: \"2009-04-30 14:14:05\">, #<Tweet id: 5, text: \"8 beef rice dinner thing\", twitter_id: 109028197, user_id: 1, created_at: \"2009-04-29 23:26:18\", updated_at: \"2009-04-30 14:14:05\">, #<Tweet id: 6, text: \"4 Wheat thins\", twitter_id: 109837597, user_id: 1, created_at: \"2009-04-30 16:51:54\", updated_at: \"2009-04-30 16:52:02\">]" | |
>> Tweet.all | |
=> [#<Tweet id: 1, text: "2 Lovely strawberry yogurt!", twitter_id: 108963797, user_id: 1, created_at: "2009-04-29 22:24:52", updated_at: "2009-04-29 22:47:05">, #<Tweet id: 2, text: "5 Life cereal w/milk", twitter_id: 108797190, user_id: 1, created_at: "2009-04-29 19:16:12", updated_at: "2009-04-29 22:47:05">, #<Tweet id: 3, text: "5 oatmeal, butter, brown sugar", twitter_id: 109676468, user_id: 1, created_at: "2009-04-30 13:42:00", updated_at: "2009-04-30 14:14:05">, #<Tweet id: 4, text: "4 wheat thins", twitter_id: 109028961, user_id: 1, created_at: "2009-04-29 23:27:05", updated_at: "2009-04-30 14:14:05">, #<Tweet id: 5, text: "8 beef rice dinner thing", twitter_id: 109028197, user_id: 1, created_at: "2009-04-29 23:26:18", updated_at: "2009-04-30 14:14:05">, #<Tweet id: 6, text: "4 Wheat thins", twitter_id: 109837597, user_id: 1, created_at: "2009-04-30 16:51:54", updated_at: "2009-04-30 16:52:02">] | |
>> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment