rails--rails/railties/README.rdoc

27 lines
480 B
Plaintext
Raw Normal View History

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