aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-1/+2
* Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-1/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Update comment for how secret key is calculatedJohn Hawthorn2019-03-221-1/+2
* Make application work without tmp directoryyuuji.yaginuma2019-03-141-0/+1
* Fix possible dev mode RCEAaron Patterson2019-03-101-2/+17
* Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash:Edouard CHIN2019-02-141-4/+18
* Allow deprecated non-symbol access to nested `config_for` hashesUfuk Kayserilioglu2019-02-111-2/+36
* Remove deprecated `config.secret_token`Rafael Mendonça França2019-01-171-18/+4
* chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-191-3/+5
* Fixed to RAILS_MASTER_KEY as a default env key for decrypting.Wojciech Wnętrzak2018-09-201-1/+1
* Fix env name for master keyyuuji.yaginuma2018-09-201-1/+1
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-191-1/+5
* refacto: config_for with ActiveSupport::InheritableOptions and symbolized keysMauro Berlanda2018-09-111-1/+4
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+1
* Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-251-6/+2
|\
| * Turn on performance based copsDillon Welch2018-07-231-6/+2
* | Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
|/
* Deriving `secret_key_base` breaks `key_generator` defined in 5.1.Yoshiyuki Kinjo2018-03-311-1/+1
* Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-1/+2
* Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-181-1/+2
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-1/+3
* Use parentheses for multi-line method callsRafael Mendonça França2017-11-251-4/+8
* Fix formatting of `credentials` and `encrypted` [ci skip]yuuji.yaginuma2017-11-191-8/+8
* Fixed example of `Rails.application.encrypted` method usageWojciech Wnętrzak2017-11-161-1/+1
* Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-151-4/+35
* [Railties] require_relative => requireAkira Matsuda2017-10-211-3/+3
* Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+6
* Add key rotation cookies middlewareMichael Coyne2017-09-241-0/+1
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-1/+4
* [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-131-2/+2
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-17/+39
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-3/+3
* AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-0/+1
* Use the config value directly when call `secrets`yuuji.yaginuma2017-04-161-1/+3
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-231-12/+2
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-231-2/+12
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-231-12/+2
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Capitalize RakeJon Moss2016-12-191-3/+3
* deep symbolize keys on secrets.ymlIsaac Sloan2016-11-211-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* run `before_configuration` callbacks as soon as application constant inherits...yuuji.yaginuma2016-08-191-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-9/+9
* applies new string literal convention in railties/libXavier Noria2016-08-061-14/+14
* Added a shared section to config/secrets.yml that will be loaded for all envi...David Heinemeier Hansson2016-05-211-3/+8
* remove explicit curlies for hash argumentXavier Noria2016-04-111-2/+2
* revises fileutils dependencies in railtiesXavier Noria2016-04-111-1/+0
* [ci skip] correcting sentence in description of application.rbMohit Natoo2016-03-041-2/+1