rails--rails/railties
Richard Hulse 0f78aeee87 [asset pipeline] Add section on sendfile option
This option has caught a few people out, so it
is a good idea to include an explanation and
a Gotcha.

See Rails bug 1822
See 1822 comment 1585926 for resolution
2011-07-16 19:05:42 +12:00
..
bin [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
guides [asset pipeline] Add section on sendfile option 2011-07-16 19:05:42 +12: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.