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

Usage: scl enable rh-ror42 '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/rh-ror42/root
in case of the rh-ror42 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 rh-ror42 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
rh-ror42 collection in conjunction with node.js or alternatively therubyracer gem
together with v8 collection.

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

scl enable rh-ror42 '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 rh-ror42 software collection.

scl enable rh-ror42 bash
  Run an interactive shell with the rh-ror42 software collection enabled.

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