Ruby on Rails/Getting Started

From Wikibooks, open books for an open world
Jump to navigation Jump to search

This section covers the basics for getting and installing Rails.

Installation[edit | edit source]

Once you have installed ruby on your system, make sure that RUBY_HOME/bin folder is in path. This would enable you to use ruby and other commands associated from any folder within the shell.

Concepts[edit | edit source]

There are certain concepts which are core to how Rails works.

First Application[edit | edit source]

Now that Rails is installed, it's time to build something.