aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-201-0/+2
* Merge pull request #36663 from igor04/load_database_yaml_fixEileen M. Uchitelle2019-07-151-1/+1
|\
| * Prevent exception of loading database yaml with blank config file [closes: #3...igor042019-07-121-1/+1
* | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+9
|/
* Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-2/+3
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+1
* Extract default log file open operation to methodyuuji.yaginuma2019-06-051-0/+12
* new config to opt-out from adding app directories to $LOAD_PATHXavier Noria2019-04-281-1/+2
* Start Rails 6.1 developmentRafael Mendonça França2019-04-241-0/+2
* Add collection cache versioningLachlan Sylvester2019-04-161-0/+4
* Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-231-1/+3
* Load YAML for rake tasks without parsing ERBeileencodes2019-03-061-0/+20
* Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-131-1/+5
* Zeitwerk integrationXavier Noria2019-02-121-1/+12
* Subdomains of localhost are safe against DNS rebindingMarc Schütz2019-01-231-1/+1
* Remove deprecated `config.secret_token`Rafael Mendonça França2019-01-171-2/+1
* Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-4/+0
* Restructure credentials after environment overrides.Kasper Timm Hansen2019-01-141-8/+8
* Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-0/+4
* Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-041-0/+5
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-1/+3
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+4
* Do not need to mention the method that is being called in the exceptionRafael Mendonça França2018-10-231-1/+1
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-191-1/+25
* Drop load_database_yaml and fix testEileen Uchitelle2018-08-291-12/+0
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+4
* Turn on performance based copsDillon Welch2018-07-231-3/+1
* Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...Kasper Timm Hansen2018-04-021-1/+1
|\
| * Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-221-1/+1
* | Refactor configs_for and friendseileencodes2018-03-211-0/+12
|/
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-0/+3
* Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"eileencodes2018-02-221-1/+0
* Revert "Reject empty database yamls"eileencodes2018-02-221-1/+1
* Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-221-37/+38
|\
| * Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-37/+38
* | Reject empty database yamlseileencodes2018-02-221-1/+1
* | Merge pull request #32075 from eileencodes/delete-default-configurationEileen M. Uchitelle2018-02-211-0/+1
|\ \ | |/ |/|
| * Delete default configurationeileencodes2018-02-211-0/+1
* | Don't accidentally create an empty CSPAndrew White2018-02-191-1/+5
|/
* Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-131-1/+4
* Fix `RuntimeError: Unknown version "6.0"`Yuji Yaginuma2018-01-311-0/+3
* Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-0/+1
* Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-181-1/+3
* Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-271-4/+0
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-33/+39
* Remove duplicated `form_with_generates_remote_forms` settingyuuji.yaginuma2017-11-261-1/+0
* Make form_with_generates_ids default in Rails 5.2Rafael Mendonça França2017-11-251-2/+7
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-211-2/+2
* Use tt in doc for railties [skip ci]Yoshiyuki Hirano2017-08-271-1/+1