rails--rails/railties
Ryan Bigg c580812a55 [engines guide] Credit where credit is due + explaning directory structure 2011-10-10 21:04:25 +11:00
..
bin
guides [engines guide] Credit where credit is due + explaning directory structure 2011-10-10 21:04:25 +11:00
lib
test
.gitignore
CHANGELOG
MIT-LICENSE
README.rdoc
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.