Package ror40 provides Ruby on Rails web framework delivered as
a SoftwareCollection. For more information about Software Collections,
see the scl(1) man page. By installing the ror40 collection,
you will get the minimum working set of packages to have a working
Ruby on Rails framework.

Usage: scl enable ror40 'ruby'

Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is /opt/rh/ror40/root
in case of the ror40 collection.

Ruby on Rails is a web-application framework written in Ruby that includes
everything needed to create database-backed web applications according to the
Model-View-Controller (MVC) pattern.

When you want to work with the ror40 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.

To enable Java Script support in your Ruby on Rails application, please use
ror40 collection in conjunction with node.js or alternatively therubyracer gem
together with v8 collection.

Examples:
scl enable ror40 'command --arg'
  Run a specific command with the argument --arg within ror40
  software collections environment.

scl enable ror40 'rails new APP_PATH'
  The 'rails new' command creates a new Rails application with a default
  directory structure and configuration at the path you specify by Ruby on
  Rails generator from the ror40 software collection.

scl enable ror40 bash
  Run an interactive shell with the ror40 software collection is enabled.

Report bugs to <http://bugzilla.redhat.com>.
