rails--rails/railties
Santiago Pastorino d16c5cc99b Change some missing README -> README.rdoc 2010-07-22 01:47:06 +08:00
..
guides Improve contribuition guide. 2010-07-21 12:30:38 +02:00
lib Change some missing README -> README.rdoc 2010-07-22 01:47:06 +08:00
test Make config.generators accept string namespaces, you can do now config.generators.test_framework 'rspec' for instance 2010-07-21 17:17:23 +02:00
.gitignore
CHANGELOG Fix typo on CHANGELOG. 2010-07-20 00:22:34 -07:00
MIT-LICENSE
README.rdoc Add .rdoc extension to README files. 2010-07-21 12:51:14 +02:00
Rakefile Add .rdoc extension to README files. 2010-07-21 12:51:14 +02:00
railties.gemspec Change some missing README -> README.rdoc 2010-07-22 01:47:06 +08: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;

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