aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use the config value directly when call `secrets`yuuji.yaginuma2017-04-161-1/+0
* Apply the log_level defaultRafael Mendonça França2017-03-271-7/+2
* Start Rails 5.2 developmentMatthew Draper2017-03-221-0/+3
* Correctly check whether key is defined in configurationyuuji.yaginuma2017-03-191-3/+3
* Track the version-compatible config settings inside railtiesMatthew Draper2017-03-181-0/+28
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-232-2/+10
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-232-10/+2
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-232-2/+10
* Merge pull request #27647 from Shopify/fully-eagerload-journeyRafael França2017-01-302-1/+17
|\
| * Fully initialize routes before the first request is handledJean Boussier2017-01-182-1/+17
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* | 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-032-13/+1
* Enforce middleware ordering with a test, instead of commentsMatthew Draper2016-12-311-3/+1
* Allow log remote ip addres when config.action_dispatch.trusted_proxies passedLeonid Batizhevsky2016-12-301-1/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies new string literal convention in railties/libXavier Noria2016-08-064-20/+20
* Suppress warningsyui-knk2016-07-311-0/+1
* Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializerRafael Mendonça França2016-07-202-11/+25
|\
| * Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-172-2/+8
| * 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 option to enable dependency loading in productionRafael Mendonça França2016-06-221-1/+1
* Fix rails/info routes for apps with globbing routeNicholas Firth-McCoy2016-06-201-1/+4