Recently Added for ruby
Recently Added
Shoulda Testing Framework Cheat Sheet
A basic cheat sheet for the Ruby/Rails Shoulda testing framework. [link]
rdoc Cheat Sheet
Simple cheatsheet of rdoc formatting codes. rdoc is the ruby code documentation language. [link]
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]
irintech.com's Ruby Cheat Sheet
A basic reference post on ruby. Includes a list of command line options for ruby, environment variables, and a bunch more. [link]
Ruby on Rails Migrations Cheatsheet
A nice cheatsheet of the commands available to you when writing Rails DB migrations. [link]
Rails REST Cheatsheet
topfunky's has made a neat printable cheatsheet covering the basics of Rail's new REST features. [link]
Ruby on Rails Cheat Sheet Collectors Edition
The Unofficial Ruby on Rails Blog has compiled a lengthy list of common rails codes snippets, commands, and a bunch more. [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]
Command Line Ruby Cheat Sheets
Err the Blog has released a cool tool that lets you get ruby related, text based, "cheat sheets" right on the command line. Typing "cheat strftime" gives you a quick page with all you need to know on the function. The content for it is powered by a simple wiki, and users are encouraged to contribute. [link]
Ruby on Rails Testing Cheatsheet
A high quality, printable, cheat sheet that shows the assertions you can use in your Rails tests. [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]
TextMate Cheat Sheet for Rails
The TextMate Cheat Sheet for Rails Hackers includes the trusty shortcuts for using TextMate with Ruby on Rails [link]
Rails Enviroment Configurations Cheat Sheet
A cheat sheet of the options allowed by Rails::Configuration in Rails 1.1.2. An great resource on some poorly documented options [link]
Blaine Kendall's Ruby on Rails Cheatsheet
A handy, several page cheat sheet, covering the basics of rails, and some basic ruby language use. [link]
ILoveJackDaniels Ruby on Rails Cheat Sheet
A quick reference guide for Ruby on Rails, containing the default directory structure, predefined variables, methods, reserved words and regular expression syntax. [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]


