Ruby on Rails tutorial
The Rails Philosophy: DRY – “Don’t Repeat Yourself” Convention Over Configuration: Means that Rails makes assumptions about what you want to do and how you’re going to do it, rather than requiring you to specify every little thing through endless configuration files. Above command generate new rails application based on current rails version. The number …