Archive for December, 2005
Thursday, December 29th, 2005
Ruby on Rails cheat sheets
There’s a very nice Ruby on Rails cheat sheet over at resistance to persistence.
If I were him, I would add a section on script/console, as it is one of the most vital tools in the belt for beginning and advanced Rails developers alike.
For example:
>> users = User.find_all
=> [#“0″, “name”=>”Damon”, “id”=>”1″}>]
>> u = […]
1 Comment » - Posted in Rails by damon
Thursday, December 29th, 2005
Ruby and Java, compared
Perhaps you’ve been wondering what this Ruby thing is all about. Here is a nice comparison of some of the concepts and syntax of the two languages.
Link