aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Multipart file uploads are very rare in API only apps so don't include Rack::...Guillermo Iguaran2018-02-171-1/+2
|/
* 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
* Add Rack::TempfileReaper to the default middleware stackGeorge Claghorn2018-01-301-0/+1
* Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-0/+1
* Clarify that config.eager_load controls eager loading [ci skip]Eugene Kenny2017-12-301-1/+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-272-33/+43
* 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-212-3/+3
* Use tt in doc for railties [skip ci]Yoshiyuki Hirano2017-08-271-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-145-0/+10
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+4
* Protect from forgery by defaultLisa Ugray2017-07-101-0/+4
* [Railties] require => require_relativeAkira Matsuda2017-07-012-3/+3
* Remove unnecessary `tap` call on `ActionDispatch::MiddlewareStack` instancefatkodima2017-06-241-1/+1
* set message_encryptor default cipher to aes-256-gcmAssain2017-06-121-0/+4
* AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-0/+4
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-0/+8
* Added a shared section to config/database.yml that will be loaded for all env...Pierre Schambacher2017-04-261-1/+8