aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-1/+9
* Move AD::Cascade to the bottom of the middleware stack.José Valim2010-05-161-2/+2
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-1/+1
* Add missing deprecation requiresJeremy Kemper2010-04-291-0/+1
* ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...José Valim2010-04-291-1/+1
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-8/+9
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-2/+2
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...Anil Wadghule2010-04-121-1/+1
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-1/+1
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-7/+15
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-2/+3
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+53
* Move railties/builtin into libJoshua Peek2010-03-201-2/+2
* Move middlewares to the Application level. If you want to modify the middlewa...Carlhuda2010-03-081-0/+4
* Have log subscribers subscribe to the actual events, so the subscriber doesn'...Carlhuda2010-03-021-2/+11
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-2/+4
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-5/+4
* Move configuration to subfolders.José Valim2010-01-231-0/+85