Five Useful Rails Tips

Five useful ruby on rails tips for the contest at railscasts.com

Download the Undo Generator rake task

  1. ToDo in TextMate


  2. Store data as an array or hash in the database


  3. Fun with Rake Tasks
  4. Please note I made an error with the rake command. It should be rake db:migrate:redo not rake db:redo.


  5. custom generator to move your often used custom rake tasks


  6. Rake Undo Scaffold Generator