Software
Rails Rake Cheatsheet
Working with Ruby on Rails, I often have a hard time remembering most of the Rake commands. So I have decided to create a cheatsheet for my own reference that I know where to access. Hopefully it will be useful to others too.
Commands in red are only available in Rails 2.0
Ruby...Ruby... Ruby on Rails..
I have been learning a PHP framework called cakePHP for more than 6 months and has written an application on it - iSignin.com which I am quite proud of. Wrote that app while learning cakePHP, MVC framework concepts, etc from scratch. It was a good learning experience. Then I decided to take on ROR (Ruby n Rails) thinking that since it is also a MVC framework and has many similarities in concepts to cakePHP, why not? And these days there have been so many talk and news about ROR.
Well I have to say that other than the similarities in the MVC concepts, the differences are quite significant. Basically learning a new language. In trying to learn a new language while constantly refering to the old one can be a challenge really. Especially when you naturally think how you accomplish the task in the old one while at the same time translating to the new one. Being one without much patience in sitting down to read up the programming book, I tend to want to learn by just diving right into it.