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
/
activesupport
/
lib
/
active_support
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SHA-1 for non-sensitive digests by default
Eugene Kenny
2018-01-08
1
-3
/
+4
*
Remove meaningless check
yuuji.yaginuma
2018-01-08
1
-1
/
+1
*
Allow use_authenticated_message_encryption to be set in new_framework_default...
Eugene Kenny
2018-01-07
1
-3
/
+5
*
Don't include ellipsis in truncated digest output
Eugene Kenny
2017-12-17
1
-2
/
+2
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-0
/
+7
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-3
/
+3
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-0
/
+11
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-3
/
+3
*
Merge pull request #29263 from assain/default_message_encryptor_to_gcm
Kasper Timm Hansen
2017-06-11
1
-0
/
+7
|
\
|
*
set message_encryptor default cipher to aes-256-gcm
Assain
2017-06-12
1
-0
/
+7
*
|
Remove unreachable code
yuuji.yaginuma
2017-06-08
1
-8
/
+1
|
/
*
Clear all current instances before a reload.
Kasper Timm Hansen
2017-05-28
1
-2
/
+3
*
ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...
David Heinemeier Hansson
2017-05-26
1
-0
/
+5
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-3
/
+3
*
Use "rake time:zones:all" instead of "rake -D time" [ci skip]
Marat Galiev
2015-10-17
1
-1
/
+1
*
Avoid to define an initializer after the load_config_initializers
Rafael Mendonça França
2015-04-07
1
-7
/
+0
*
If TZInfo-data is not present in windows, let the user know.
Sushruth Sivaramakrishnan
2015-03-04
1
-0
/
+5
*
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-0
/
+7
*
Require active_support at the railties
Rafael Mendonça França
2014-05-27
1
-0
/
+1
*
Remove `require 'active_support'` from individual modules
deeeki
2014-05-27
1
-1
/
+0
*
Revert "Set the default timezone after the initialization since the configura...
Carlos Antonio da Silva
2013-01-22
1
-16
/
+14
*
Set the default timezone after the initialization since the configuration
Rafael Mendonça França
2013-01-04
1
-14
/
+16
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-21
1
-1
/
+1
|
\
|
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-1
/
+1
*
|
Date.beginning_of_week thread local and beginning_of_week application config ...
gregolsen
2012-09-18
1
-0
/
+9
|
/
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-0
/
+2
*
Move AS set configs to AS Raitie
Santiago Pastorino
2012-05-12
1
-0
/
+7
*
Remove deprecation from AS::Deprecation behavior, some minor cleanups
Carlos Antonio da Silva
2012-03-16
1
-26
/
+1
*
remove AS whiny nil extension and deprecate config.whiny_nils
Sergey Nartimov
2011-12-22
1
-6
/
+0
*
stop circular require warnings
Aaron Patterson
2011-08-24
1
-1
/
+0
*
added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...
Josh Kalderimis
2011-04-05
1
-1
/
+1
*
Raise on invalid timezone
Marc-Andre Lafortune
2011-04-05
1
-1
/
+1
*
add note of which configuration option to set in deprecation warning message ...
bodhi
2010-06-30
1
-3
/
+5
*
Create a deprecation behavior that triggers a notification for deprecation no...
wycats
2010-06-29
1
-0
/
+28
*
I18n.reload! is only called if any of the locale files actually changed.
José Valim
2010-06-20
1
-71
/
+1
*
Fix a bug where I18n fallbacks modules where not included in the proper backe...
José Valim
2010-05-23
1
-2
/
+3
*
Make i18n fallbacks configurable and fallback to the default locale by defaul...
Sven Fuchs
2010-04-17
1
-0
/
+35
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-1
/
+1
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-4
/
+2
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-3
/
+5
*
Rename engines_load_path to railties_load_path.
José Valim
2010-02-20
1
-2
/
+2
*
AC railtie should configure helpers path.
José Valim
2010-01-26
1
-3
/
+3
*
Fix i18n locales order test.
José Valim
2010-01-25
1
-1
/
+5
*
Add active_model/railtie back to generated boot.rb, add models back to paths,...
José Valim
2010-01-25
1
-27
/
+27
*
Rename plugin_name to railtie_name and engine_name.
José Valim
2010-01-24
1
-2
/
+2
*
Add I18n tests to engines.
José Valim
2010-01-24
1
-0
/
+2
*
Get rid of initializers global and create i18n railtie.
José Valim
2010-01-23
1
-0
/
+29
*
Moved more configuration away from bootstrap.
José Valim
2010-01-22
1
-0
/
+29