Build your first Rails app
- Install Ruby
-
Install Rails and generate your first app
$ gem install rails $ rails new demo-app $ cd new demo-app $ bin/rails server
- Read the Getting Started with Rails guide
Resources
Whether your a seasons pro or just starting out, these resources will help you get the most out of Rails.