aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
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-102-0/+10
|/
* 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
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Extract default log file open operation to methodyuuji.yaginuma2019-06-052-10/+14
* Merge pull request #36395 from cpruitt/6-0-stableEileen M. Uchitelle2019-06-041-3/+9
* Fix: DummyCompiler embeds invalid YAML contentVishal Telangre2019-05-151-8/+2
* Merge pull request #36237 from eileencodes/fix-erb-in-database-yaml-againEileen M. Uchitelle2019-05-141-1/+6
|\
| * Fix database loading when ERB is single line ternaryeileencodes2019-05-101-1/+6
* | Fix indentation of the config.eager_load nil warningSharang Dashputre2019-05-091-1/+1
* | Fix indentation for config.eager_load nil warning messageAbhay Nikam2019-05-081-5/+5
|/
* 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
* Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-0/+1
* Add collection cache versioningLachlan Sylvester2019-04-161-0/+4
* deprecates autoloading constants during initialization [closes #35745]Xavier Noria2019-04-141-0/+37
* depend on Zeitwerk 2Xavier Noria2019-04-071-1/+1
* Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-231-1/+3
* Fix rubocop violationsyuuji.yaginuma2019-03-131-1/+1
* Do not generate dummy string when the tag used is not the <%=Rafael Mendonça França2019-03-111-1/+4
* Load YAML for rake tasks without parsing ERBeileencodes2019-03-062-0/+36
* Explains a detail re eager loading [ci skip]Xavier Noria2019-02-201-0/+3
* Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-131-1/+5
* Zeitwerk integrationXavier Noria2019-02-122-1/+20
* 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-152-1/+5
* 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
* Only execute route updater once on app bootJonathan Boler2018-06-192-6/+2
* Eager load routes on rebuildJonathan Boler2018-06-041-14/+2
* 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