1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties
Santiago Pastorino 8845ae683e x_sendfile_header now defaults to nil and production.rb env file doesn't
set a particular value for it. This allows servers to set it through
X-Sendfile-Type, read
https://github.com/rack/rack/blob/master/lib/rack/sendfile.rb for more
info. Anyways you can force this value in your production.rb
2011-08-07 13:11:50 -03:00
..
bin [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
guides Revert "grammatical changes" 2011-08-04 16:41:31 -07:00
lib x_sendfile_header now defaults to nil and production.rb env file doesn't 2011-08-07 13:11:50 -03:00
test x_sendfile_header now defaults to nil and production.rb env file doesn't 2011-08-07 13:11:50 -03:00
.gitignore
CHANGELOG [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
MIT-LICENSE
railties.gemspec Update railties.gemspec 2011-06-28 09:35:46 -03:00
Rakefile
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.