- Get familiar with creating a Rails app and the basics, be sure your Ruby is up to par.
- Rails: Create a new Rails application for a blog with a Post model and Posts controller. The app should two views: One that lists all posts and one show the detail of a specific post.
- When a user navigates to the root path of your app, they should be directed to a view that lists all posts.
Read the Rails overview: http://rubyonrails.org/
Sinatra vs Rails, What's the difference? http://www.airpair.com/ruby-on-rails/posts/rails-vs-sinatra