Ruby Cheat Sheets
Top Rated
Git Cheat Sheet
Zack Rusin's released a great printable cheatsheet covering the now very popular version control system git. Includes not only commands, but also illustrates git concepts in an easy to understand way. [link]
Active Resource cheatsheet
A easy-to-understand, printable summary of how Rail's Active Resource [pre-release version] relates to Active Record and restful routes. [link]
Ruby Cheatsheet
A great, printable, ruby cheat sheet featuring predefined variables, reserved words, and common methods for popular objects like Array, String, Hash, and File. [link]
Ruby On Rails Reference
More than a giant cheatsheet, this 20+ page document is a summary of the most used Rails commands, functions, classes. [link]
Capistrano Cheat Sheet
An excellent, printable, cheat sheet for the Capistrano deployment system. Summarizes helper methods, pre-defined variables, standard tasks, capfile syntax, standard release directory structure, and more. [link]
Recently Added
Git Cheat Sheet
Zack Rusin's released a great printable cheatsheet covering the now very popular version control system git. Includes not only commands, but also illustrates git concepts in an easy to understand way. [link]
Rails String Core Extensions Cheatsheet
You probably know a few of the time saving string extensions that Rails has defined. Take a look at the full set all on one page. [link]
Active Resource cheatsheet
A easy-to-understand, printable summary of how Rail's Active Resource [pre-release version] relates to Active Record and restful routes. [link]
assert_select Cheat Sheet
Jog your memory when writing functional tests with this handy guide to the assert_select syntax available in rails 1.2 [link]
Rails Quick Reference Guide
A quick reference guide to Ruby on Rails containing the most used syntax, organized by what you are trying to accomplish. [link]


