Blame SOURCES/README

0b8655
Package %{scl_name} provides Ruby on Rails web framework delivered as
0b8655
a Software Collection. For more information about Software Collections,
0b8655
see the scl(1) man page. By installing the %{scl_name} collection,
0b8655
you will get the minimum working set of packages to have a working
0b8655
Ruby on Rails framework.
0b8655
0b8655
Usage: scl enable %{scl} 'ruby'
0b8655
0b8655
Software Collections allow you to build and execute applications
0b8655
which are not located in the filesystem root hierarchy,
0b8655
but are stored in an alternative location, which is %{_scl_root}
0b8655
in case of the %{scl_name} collection.
0b8655
0b8655
Ruby on Rails is a web application framework written in Ruby that includes
0b8655
everything needed to create database-backed web applications according to the
0b8655
Model-View-Controller (MVC) pattern.
0b8655
0b8655
When you want to work with the %{scl_name} collection, use the scl
0b8655
utility (see the scl(1) man page for usage) to enable the scl
0b8655
environment.
0b8655
0b8655
To enable Java Script support in your Ruby on Rails application, please use
0b8655
%{scl} collection in conjunction with node.js or alternatively therubyracer gem
0b8655
together with v8 collection.
0b8655
0b8655
Examples:
0b8655
scl enable %{scl_name} 'command --arg'
0b8655
  Run a specific command with the argument --arg within %{scl_name}
0b8655
  software collections environment.
0b8655
0b8655
scl enable %{scl_name} 'rails new APP_PATH'
0b8655
  The 'rails new' command creates a new Rails application with a default
0b8655
  directory structure and configuration at the path you specify by Ruby on
0b8655
  Rails generator from the %{scl_name} software collection.
0b8655
0b8655
scl enable %{scl_name} bash
0b8655
  Run an interactive shell with the %{scl_name} software collection enabled.
0b8655
0b8655
Report bugs to <http://bugzilla.redhat.com>.