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