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

27 lines
489 B
Text
Raw Normal View History

2010-07-21 06:37:05 -04:00
= Railties -- Gluing the Engine to the Rails
Railties is responsible for gluing all frameworks together. Overall, it:
* handles the bootstrapping process for a Rails application;
* manages the +rails+ command line interface;
* and provides Rails generators core.
2010-07-21 06:37:05 -04:00
== Download
2011-08-05 04:34:43 -04:00
The latest version of Railties can be installed with RubyGems:
2010-07-21 06:37:05 -04:00
* gem install railties
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.
2011-03-03 12:50:28 -05:00