Blame SOURCES/README

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