1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/README.rdoc

26 lines
480 B
Text
Raw Normal View History

2010-07-21 06:37:05 -04:00
= Railties -- Gluing the Engine to the Rails
2010-07-21 06:37:05 -04:00
Railties is responsible to glue all frameworks together. Overall, it:
2010-07-21 06:37:05 -04:00
* handles all the bootstrapping process for a Rails application;
2010-07-21 06:37:05 -04:00
* manager rails command line interface;
2010-07-21 06:37:05 -04:00
* provides Rails generators core;
2010-07-21 06:37:05 -04:00
== Download
2010-07-21 06:37:05 -04:00
The latest version of Railties can be installed with Rubygems:
2010-07-21 06:37:05 -04:00
* gem install railties
2010-07-21 06:37:05 -04:00
Documentation can be found at
2010-07-21 06:37:05 -04:00
* http://api.rubyonrails.org
2010-07-21 06:37:05 -04:00
== License
2010-07-21 06:37:05 -04:00
Railties is released under the MIT license.