Home
Ruby on Rails
Cheatsheets
Make sure you take a look at the new cheatsheet and download the printable PDF.
Add new comment
Create forms, check boxes, radio buttons, select lists and more using Rails' built-in form helpers.
More
Sometimes you want to quickly see the output of helper methods, and constantly clicking refresh in your browser then viewing the page source can be tiresome. Instead, use the Rails console to check helpers are doing what you want them to.
More