-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
39 lines (30 loc) · 1.6 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package %{scl_name} provides Ruby on Rails web framework delivered as
a SoftwareCollection. For more information about Software Collections,
see the scl(1) man page. By installing the %{scl_name} collection,
you will get the minimum working set of packages to have a working
Ruby on Rails framework.
Usage: scl enable %{scl} '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 %{_scl_root}
in case of the %{scl_name} 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 %{scl_name} 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
%{scl} collection in conjunction with node.js or alternatively therubyracer gem
together with v8 collection.
Examples:
scl enable %{scl_name} 'command --arg'
Run a specific command with the argument --arg within %{scl_name}
software collections environment.
scl enable %{scl_name} '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 %{scl_name} software collection.
scl enable %{scl_name} bash
Run an interactive shell with the %{scl_name} software collection is enabled.
Report bugs to <http://bugzilla.redhat.com>.