Ruby Cheat Sheet

  



Ruby is an easy language to learn, but it's often necessary to look up something we've forgotten. A combination of Google plus any Ruby books we have on our shelves can help, but sometimes it's handy to refer to a simpler set of notes - such as a 'cheat sheet.' This post attempts to cover the most interesting ones.

The idea for this initial list came from Scott Klarr's own list. Scott has been quite prolific lately in putting together lists of cheat sheets. Some of his lists are: Apache cheat sheets, MySQL cheat sheets, PHP cheat sheets, and JavaScript / AJAX cheat sheets.

On with the Ruby cheat sheets:

  • In Ruby, the return keyword in a method can be omitted making it an implicit return, in which Ruby automatically returns the result of the last evaluated expression. Def product(x,y) x. y. Product(5, 4) # = 20. #In this example, Ruby evaluates the product method and returns 20 even though the return keyword was omitted.
  • On with the Ruby cheat sheets: ' Essential Ruby ' RefCard (PDF) Essential Ruby is a combination of a cheat sheet and a tutorial. It's six pages long, but features a mini Ruby introduction and tutorial, as well as the myriad of tables you'd expect from a cheat sheet.

'Essential Ruby' RefCard (PDF)

Essential Ruby is a combination of a cheat sheet and a tutorial. It's six pages long, but features a mini Ruby introduction and tutorial, as well as the myriad of tables you'd expect from a cheat sheet. It's like a whole Ruby beginner's reference and tutorial in a single PDF. The only 'catch' is that you need to be a user of DZone (the 'Digg for Developers') or JavaLobby to get it, but there's a very simple signup form you can fill in if you're not.

A one-page guide to rbenv Ruby version manager, with usage examples and more. Rbenv lets you manage installations of multiple Ruby versions.

Ruby Cheatsheet (PDF and PNG) Windows for macbook pro download.

This cheat sheet (homepage) covers types, exceptions, expressions, variable types, operators and precedence, constants, regular expressions, predefined / special variables, arguments accepted by the Ruby interpreter, reserved words, and a large collection of Object, String, Kernel, Array, Hash, Test::Unit, File, Dir and DateTime methods. Extremely suitable for printing and/or wall chart use.

Ruby QuickRef (HTML)

I often use this one myself! A ridiculously comprehensive 'cheat sheet' created by Ryan Davis covering syntax rules, reserved words, regular expression terminology, class and method definitions, predefined variables and constants, control and logic expressions and formations, exceptions, the standard library, and a whole ton of useful stuff.

Ruby Reference (PDF)

Ruby Cheat Sheet

More of an extremely brief reference than a truly comprehensive cheat sheet, but still useful, especially for beginners. 5 pages long, so not suitable for printing (Also available to view on the Web at Scribd.)

Cheat: Ruby Cheat Sheets on your Terminal! (Application)

Ruby On Rails Cheat Sheet

Not a cheat sheet, but an application (gem install cheat) that provides cheat sheet type reference material on your terminal (from 228 source cheat sheets!) Developed by the great guys over at Err Free.

A Beginner's Notes (HTML)

A set of notes made by a beginning Ruby developer as he works his way through a Ruby manual. Latest version of ios for macbook.

Ruby Command Line Parameters Cheat Sheet (HTML)

A simplified list of the command line options offered by the Ruby interpreter.

Ruby Programming Cheat Sheet

Ms office free download for windows 7. Strftime Parameters (HTML)

Ruby Cheat Sheet 2018 Pdf

A handy guide to the formatting parameters accepted by strftime. I commonly have to look these up myself!