rails--rails/railties
Vijay Dev db655ec7a6 Revert "notextile tag has been placed with ascii quotes"
This reverts commit 3e6052a430.

Reason: Code changes are not allowed in docrails (even if they are related to guides generation)
2011-07-19 12:18:23 +05:30
..
bin [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
guides Revert "notextile tag has been placed with ascii quotes" 2011-07-19 12:18:23 +05:30
lib grammar correction for rails/paths #add method arguments 2011-07-12 10:20:42 -04:00
test Don't raise on mass assignment for test 2011-07-07 18:58:04 -03:00
.gitignore
CHANGELOG [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
MIT-LICENSE
README.rdoc
Rakefile
railties.gemspec Update railties.gemspec 2011-06-28 09:35:46 -03:00

README.rdoc

= Railties -- Gluing the Engine to the Rails

Railties is responsible to glue all frameworks together. Overall, it:

* handles all the bootstrapping process for a Rails application;

* manages rails command line interface;

* provides 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.