Blame SOURCES/README

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