DOCUMENTATION
Installing Railroader
gem install
Railroader is best installed via RubyGems:
gem install railroader
This will provide the railroader
executable.
bundler
Railroader can be added to a Gemfile:
gem "railroader"
It is recommended to always use the latest version of Railroader.
git clone
If you must have the latest and greatest, then you can build the gem yourself:
git clone git://github.com/david-a-wheeler/railroader.git
cd railroader
gem build railroader.gemspec
gem install railroader-*.gem