Ruby on Rails Installation
To develop Rails on Windows, you require the following components:
Download Ruby to its official website.
After installation open command prompt and change to ruby installation directory and type gem install rails.
Now create a new app.
rails new Blog
Blog file structure