2010-07-21 06:37:05 -04:00
|
|
|
= Railties -- Gluing the Engine to the Rails
|
2004-11-23 20:04:44 -05:00
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
Railties is responsible to glue all frameworks together. Overall, it:
|
2008-03-29 14:45:39 -04:00
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
* handles all the bootstrapping process for a Rails application;
|
2004-11-23 20:04:44 -05:00
|
|
|
|
2011-03-03 12:50:28 -05:00
|
|
|
* manages rails command line interface;
|
2004-11-23 20:04:44 -05:00
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
* provides Rails generators core;
|
2004-11-23 20:04:44 -05:00
|
|
|
|
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
== Download
|
2004-11-23 20:04:44 -05:00
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
The latest version of Railties can be installed with Rubygems:
|
2010-03-24 02:17:09 -04:00
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
* gem install railties
|
2010-03-24 02:17:09 -04:00
|
|
|
|
2010-08-14 01:13:00 -04:00
|
|
|
Documentation can be found at
|
2010-03-24 02:17:09 -04:00
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
* http://api.rubyonrails.org
|
2010-06-04 19:56:01 -04:00
|
|
|
|
2004-11-23 20:04:44 -05:00
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
== License
|
2004-11-23 20:04:44 -05:00
|
|
|
|
2010-07-21 06:37:05 -04:00
|
|
|
Railties is released under the MIT license.
|
2011-03-03 12:50:28 -05:00
|
|
|
|