rails--rails/railties
Xavier Noria cd8ecec31f specify image dimensions for pictures in the guides credits page 2011-06-04 14:25:54 +02:00
..
guides specify image dimensions for pictures in the guides credits page 2011-06-04 14:25:54 +02:00
lib revises commit from pull request 1408 2011-05-31 22:45:32 +02:00
test properly require javascript libraries when generating mountable engine 2011-05-30 05:58:39 -04:00
.gitignore
CHANGELOG
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;

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