rails--rails/railties/README.rdoc

27 lines
493 B
Plaintext
Raw Normal View History

2010-07-21 10:37:05 +00: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 the Rails generators core.
2010-07-21 10:37:05 +00:00
== Download
2011-08-05 08:34:43 +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