rails--rails/railties
Matt Jankowski 85dd1dd663 grammar correction for rails/paths #add method arguments 2011-07-12 10:20:42 -04:00
..
bin [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
guides fixed paths, more consistent helpers and paths examples 2011-07-11 14:45:47 +02:00
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.