aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24490 from prathamesh-sonpatki/add-config-to-deprecation-...Santiago Pastorino2016-04-111-3/+3
|\
| * Add `config` to the deprecation warnings of deprecated config optionsPrathamesh Sonpatki2016-04-101-3/+3
* | revises fileutils dependencies in railtiesXavier Noria2016-04-111-3/+4
|/
* Directly support stateful executor hooksMatthew Draper2016-04-051-13/+26
* Merge pull request #24332 from blackchestnut/doc/deprecation_warnSantiago Pastorino2016-04-041-2/+2
|\
| * Added 'config.' to deprecation warningAlexander Kalinichev2016-03-261-2/+2
* | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-022-32/+63
* | Add `internal` attribute to routesJon Moss2016-02-221-4/+4
|/
* Always obtain the lock and do the unloadMatthew Draper2016-02-021-1/+1
* Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-1/+1
* let config.file_watcher be the way to enable the evented file watcherXavier Noria2015-12-131-17/+12
* Make debug_exception_response_format config depends on api_only when is not setJorge Bejar2015-12-091-2/+12
* debug_exception_response_format needs to be writeable in ConfigurationJorge Bejar2015-12-091-2/+2
* DebugException initialize with a response_format valueJorge Bejar2015-12-091-1/+1
* Add debug_exception_response_format config to configure DebugExceptionJorge Bejar2015-12-091-30/+31
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-1/+1
* Disable FileEventedUpdateChecker for nowRafael Mendonça França2015-12-041-5/+1
* Make the `static_index` config part of the `config.public_server` configYuki Nishijima2015-11-162-3/+3
* encapsulates the logic to choose the file monitor in app configXavier Noria2015-11-101-1/+9
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-1/+1
* Fix `static_cache_control` deprecation warningJon Atack2015-11-051-3/+6
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-032-3/+24
* Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-132-4/+15
|\
| * Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-132-4/+15
* | Revert "removing Rack::Runtime from the default stack."Aaron Patterson2015-10-032-1/+2
* | removing Rack::Runtime from the default stack.Aaron Patterson2015-10-022-2/+1
* | Stop modifying global variableseileencodes2015-09-291-1/+0
* | mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-1/+0
* | Fix deprecation warning in testseileencodes2015-08-081-1/+1
* | We need stricter locking before we can unloadMatthew Draper2015-07-201-1/+1
* | Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-092-17/+11
* | Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-9/+29
|/
* config.api_only = true implies config.generators.api_only = trueSantiago Pastorino2015-06-111-2/+7
* Add config.api_only option to application and remove appropriate middleware w...Santiago Pastorino2015-06-112-4/+5
* Change the `index` arg of `ActionDispatch::Static#new` to a kwargYuki Nishijima2015-06-111-1/+1
* config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-282-3/+4
* Revert "Don't unhook autoloading in production"Aaron Patterson2015-02-161-0/+7
* Remove config.assetsJoshua Peek2015-01-211-16/+1
* Remove deprecated `serve_static_assets` configurationRafael Mendonça França2015-01-041-21/+0
* Remove deprecation warning when log_level is not explicit set on productionRafael Mendonça França2015-01-042-23/+1
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-192-3/+24
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* Fix typo.Guo Xiang Tan2014-11-171-1/+1
* Deprecate different default for `log_level` in productionGodfrey Chan2014-11-172-2/+24
* Revert "Merge pull request #16622 from matthewd/default-debug"Godfrey Chan2014-11-171-1/+1
* inject Rack::Lock if config.eager_load is falseXavier Noria2014-09-181-1/+5
* Tell the user which file is missing when config/database.yml was not foundAkira Matsuda2014-09-101-3/+4
* world writable might be a bit too open...Peter Schröder2014-09-051-1/+2
* Don't fight against ourselves for the default log levelMatthew Draper2014-08-221-1/+1
* Fix setting simple values to the new config.xCarlos Antonio da Silva2014-08-191-4/+10