How about some ActiveRecord?
May 17th, 2008
➞ rbx script/console Loading development environment (Rails 2.0.2) >> Snippet.find(:all) => [#<Snippet id: 1, user_name: "Defiler", language: "ruby", description: "foo", body: "def foo\r\n p 5\r\nend", created_at: "2008-05-17 15:33:34", key: "cbb30968">] >>

Sorry, comments are closed for this article.