rails--rails/railties
Piotr Sarnacki 115abd52b6 Ensure that app generator is not loaded twice to get rid of warnings
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-11-22 13:43:18 +01:00
..
guides documents <%== in the AS guide 2010-11-21 10:17:30 +01:00
lib Ensure that app generator is not loaded twice to get rid of warnings 2010-11-22 13:43:18 +01:00
test Do not create table_name_prefix method on isolated module if the method already exists. 2010-11-22 13:43:12 +01:00
.gitignore
CHANGELOG Update changelog with rails plugin new 2010-11-16 00:04:34 +01:00
MIT-LICENSE
README.rdoc
Rakefile
railties.gemspec

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.