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
*
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
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-1
/
+5
*
Use correct path in documentation.
Tom von Schwerdtner
2016-02-12
1
-1
/
+1
*
Accept a Pathname in Application#config_for
Rafael Mendonça França
2015-12-15
1
-1
/
+5
*
rails/application: allow passing an env to config_for
Simon Eskildsen
2015-10-30
1
-2
/
+2
*
raise `ArgumentError` when `SECRET_KEY_BASE` is an integer
Arun Agrawal
2015-10-27
1
-0
/
+3
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
1
-1
/
+1
|
\
|
*
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-1
/
+1
*
|
only construct one request in an engine
Aaron Patterson
2015-09-30
1
-9
/
+7
*
|
Engines get different middleware than apps
Aaron Patterson
2015-09-29
1
-0
/
+6
|
/
*
[ci skip] Remove comments about Rails 3.1
claudiob
2015-05-11
1
-2
/
+1
*
Require yaml before trying to rescue its exception class
Rafael Mendonça França
2015-04-22
1
-1
/
+1
*
Error message no longer tells you to set the (deprecated) secret_token.
Dan
2015-04-12
1
-1
/
+1
*
Remove `#build_original_fullpath` method
eileencodes
2015-03-20
1
-5
/
+0
*
Use fullpath from Rack request rather than building it
eileencodes
2015-03-20
1
-11
/
+5
*
Some documentation edits [ci skip]
Robin Dupret
2015-03-05
1
-3
/
+3
*
Fix typo in Rails::Application#migration_railties
RobertZK
2015-02-10
1
-2
/
+2
*
Remove Psych hack for Ruby 1.9
claudiob
2015-01-04
1
-10
/
+1
*
Rails::Application#secrets should be documented.
Guo Xiang Tan
2014-12-24
1
-1
/
+15
*
No need to sync config.secret_token and secrets.secret_token
Rafael Mendonça França
2014-11-10
1
-7
/
+2
*
Merge pull request #16535 from bf4/patch-1
Rafael Mendonça França
2014-11-10
1
-4
/
+16
|
\
[next]