rails--rails/railties
Ryan Bigg 411613ab20 [engines guide] improve wording for sentence describing comments/form partial 2011-10-14 18:44:38 +11:00
..
bin
guides [engines guide] improve wording for sentence describing comments/form partial 2011-10-14 18:44:38 +11:00
lib Fix rails/generators/base.rb documentation for generator lookup 2011-10-10 21:04:26 +11:00
test Merge pull request #3265 from arunagw/warning_uri_parser 2011-10-10 04:34:22 -07:00
.gitignore
CHANGELOG Provide initialize_on_precompile which, when set to false, does not initialize the app for precompilation. Defaults to true. 2011-10-02 12:15:21 +02:00
MIT-LICENSE
README.rdoc add "the" to mirror the structure of the other two points 2011-09-21 01:23:58 -07:00
Rakefile
railties.gemspec

README.rdoc

= 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.


== Download

The latest version of Railties can be installed with RubyGems:

* gem install railties

Documentation can be found at

* http://api.rubyonrails.org


== License

Railties is released under the MIT license.