aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27652 from y-yagi/remove_unused_requireRafael França2017-01-111-2/+0
|\
| * remove unused requiresyuuji.yaginuma2017-01-121-2/+0
* | Current default Rails app encoding "utf-8" looks more like a W3C charset than...Akira Matsuda2017-01-111-1/+1
|/
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Remove deprecated config.serve_static_filesRafael Mendonça França2017-01-031-19/+0
* Remove deprecated `config.static_cache_control`Rafael Mendonça França2017-01-031-12/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-7/+7
* Suppress warningsyui-knk2016-07-311-0/+1
* Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializerRafael Mendonça França2016-07-201-11/+17
|\
| * Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-171-2/+0
| * Refactor the existing session_store to use keyword args and raise early when ...Prathamesh Sonpatki2016-07-171-9/+14
| * Introduce a new method for checking whether session_store is set by user or b...Prathamesh Sonpatki2016-07-171-0/+4
|/
* implement respond_to_missing? to match method_missingDavid Feldman2016-07-051-0/+4
* Initialize the configuration with a valueRafael Mendonça França2016-06-221-1/+2
* Add `config` to the deprecation warnings of deprecated config optionsPrathamesh Sonpatki2016-04-101-3/+3
* Added 'config.' to deprecation warningAlexander Kalinichev2016-03-261-2/+2
* 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
* Add debug_exception_response_format config to configure DebugExceptionJorge Bejar2015-12-091-30/+31
* 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-161-2/+2
* 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-031-2/+23
* Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-3/+11
|\
| * Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-3/+11
* | Stop modifying global variableseileencodes2015-09-291-1/+0
|/
* 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-111-1/+2
* config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-2/+3
* 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-041-10/+1
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-2/+23
* Deprecate different default for `log_level` in productionGodfrey Chan2014-11-171-2/+11
* Revert "Merge pull request #16622 from matthewd/default-debug"Godfrey Chan2014-11-171-1/+1
* Tell the user which file is missing when config/database.yml was not foundAkira Matsuda2014-09-101-3/+4
* 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
* Revert "Improve custom configuration"Rafael Mendonça França2014-08-191-1/+13
* Improve custom configurationRafael Mendonça França2014-08-191-13/+1
* Pull in the custom configuration concept from dhh/custom_configurationDavid Heinemeier Hansson2014-08-031-1/+13
* Use Rails::Paths::Path#existent in database_configurationPier-Olivier Thibault2014-05-071-1/+1
* Require yaml explicitlyAdrià Planas2014-03-291-0/+1
* Add config.annotations, in order to register new extensions for Rake notes at...robertomiranda2014-03-161-0/+4
* Enhance errors while retrieving database configschneems2014-01-291-0/+2
* Ensure Active Record connection consistencyschneems2014-01-091-5/+11
* Rename tokens.yml to secrets.ymlGuillermo Iguaran2013-12-121-1/+1