Blame SOURCES/README

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