index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
application.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
1
-1
/
+2
*
Add the ability to set the CSP nonce only to the specified directives
yuuji.yaginuma
2019-06-22
1
-1
/
+2
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-3
/
+0
*
Update comment for how secret key is calculated
John Hawthorn
2019-03-22
1
-1
/
+2
*
Make application work without tmp directory
yuuji.yaginuma
2019-03-14
1
-0
/
+1
*
Fix possible dev mode RCE
Aaron Patterson
2019-03-10
1
-2
/
+17
*
Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash:
Edouard CHIN
2019-02-14
1
-4
/
+18
*
Allow deprecated non-symbol access to nested `config_for` hashes
Ufuk Kayserilioglu
2019-02-11
1
-2
/
+36
*
Remove deprecated `config.secret_token`
Rafael Mendonça França
2019-01-17
1
-18
/
+4
*
chore: implement config_for as ActiveSupport::OrderedOptions
Mauro Berlanda
2018-10-19
1
-3
/
+5
*
Fixed to RAILS_MASTER_KEY as a default env key for decrypting.
Wojciech Wnętrzak
2018-09-20
1
-1
/
+1
*
Fix env name for master key
yuuji.yaginuma
2018-09-20
1
-1
/
+1
*
Support environment specific credentials file. (#33521)
Wojciech Wnętrzak
2018-09-19
1
-1
/
+5
*
refacto: config_for with ActiveSupport::InheritableOptions and symbolized keys
Mauro Berlanda
2018-09-11
1
-1
/
+4
*
Purpose Metadata For Signed And Encrypted Cookies
Assain
2018-08-12
1
-0
/
+1
*
Merge pull request #32381 from q-centrix/update-codeclimate-configs
Richard Schneeman
2018-07-25
1
-6
/
+2
|
\
|
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-6
/
+2
*
|
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
1
-1
/
+1
|
/
*
Deriving `secret_key_base` breaks `key_generator` defined in 5.1.
Yoshiyuki Kinjo
2018-03-31
1
-1
/
+1
*
Add support for automatic nonce generation for Rails UJS
Andrew White
2018-02-19
1
-1
/
+2
*
Raise an error only when `require_master_key` is specified
yuuji.yaginuma
2017-12-18
1
-1
/
+2
*
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
1
-1
/
+3
*
Use parentheses for multi-line method calls
Rafael Mendonça França
2017-11-25
1
-4
/
+8
*
Fix formatting of `credentials` and `encrypted` [ci skip]
yuuji.yaginuma
2017-11-19
1
-8
/
+8
*
Fixed example of `Rails.application.encrypted` method usage
Wojciech Wnętrzak
2017-11-16
1
-1
/
+1
*
Add CLI to manage encrypted files/configs.
Wojciech Wnętrzak
2017-11-15
1
-4
/
+35
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
1
-3
/
+3
*
Deprecate secret_token, long since usurped by secret_key_base.
Kasper Timm Hansen
2017-09-28
1
-0
/
+6
*
Add key rotation cookies middleware
Michael Coyne
2017-09-24
1
-0
/
+1
*
Add key rotation message Encryptor and Verifier
Michael Coyne
2017-09-23
1
-1
/
+4
*
[ci skip] Prefer credentials to secrets in docs.
Kasper Timm Hansen
2017-09-13
1
-2
/
+2
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-17
/
+39
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-3
/
+3
*
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-0
/
+1
*
Use the config value directly when call `secrets`
yuuji.yaginuma
2017-04-16
1
-1
/
+3
*
Revert "Revert "Add encrypted secrets""
Kasper Timm Hansen
2017-02-23
1
-12
/
+2
*
Revert "Add encrypted secrets" (#28127)
David Heinemeier Hansson
2017-02-23
1
-2
/
+12
*
Add encrypted secrets (#28038)
Kasper Timm Hansen
2017-02-23
1
-12
/
+2
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
Capitalize Rake
Jon Moss
2016-12-19
1
-3
/
+3
*
deep symbolize keys on secrets.yml
Isaac Sloan
2016-11-21
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
run `before_configuration` callbacks as soon as application constant inherits...
yuuji.yaginuma
2016-08-19
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-9
/
+9
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-14
/
+14
*
Added a shared section to config/secrets.yml that will be loaded for all envi...
David Heinemeier Hansson
2016-05-21
1
-3
/
+8
*
remove explicit curlies for hash argument
Xavier Noria
2016-04-11
1
-2
/
+2
*
revises fileutils dependencies in railties
Xavier Noria
2016-04-11
1
-1
/
+0
*
[ci skip] correcting sentence in description of application.rb
Mohit Natoo
2016-03-04
1
-2
/
+1
[next]