Rails Docs

Build your first Rails app

  1. Install Ruby
  2. Install Rails and generate your first app

    $ gem install rails
    $ rails new demo-app
    $ cd new demo-app
    $ bin/rails server
  3. 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.