aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-3/+4
* Remove meaningless checkyuuji.yaginuma2018-01-081-1/+1
* Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-071-3/+5
* Don't include ellipsis in truncated digest outputEugene Kenny2017-12-171-2/+2
* Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-0/+7
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-0/+11
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-3/+3
* Merge pull request #29263 from assain/default_message_encryptor_to_gcmKasper Timm Hansen2017-06-111-0/+7
|\
| * set message_encryptor default cipher to aes-256-gcmAssain2017-06-121-0/+7
* | Remove unreachable codeyuuji.yaginuma2017-06-081-8/+1
|/
* Clear all current instances before a reload.Kasper Timm Hansen2017-05-281-2/+3
* ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-261-0/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Use "rake time:zones:all" instead of "rake -D time" [ci skip]Marat Galiev2015-10-171-1/+1
* Avoid to define an initializer after the load_config_initializersRafael Mendonça França2015-04-071-7/+0
* If TZInfo-data is not present in windows, let the user know.Sushruth Sivaramakrishnan2015-03-041-0/+5
* Add config to halt callback chain on return falseclaudiob2015-01-021-0/+7
* Require active_support at the railtiesRafael Mendonça França2014-05-271-0/+1
* Remove `require 'active_support'` from individual modulesdeeeki2014-05-271-1/+0
* Revert "Set the default timezone after the initialization since the configura...Carlos Antonio da Silva2013-01-221-16/+14
* Set the default timezone after the initialization since the configurationRafael Mendonça França2013-01-041-14/+16
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-1/+1
|\
| * update AS docs [ci skip]Francesco Rodriguez2012-09-171-1/+1
* | Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-0/+9
|/
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+2
* Move AS set configs to AS RaitieSantiago Pastorino2012-05-121-0/+7
* Remove deprecation from AS::Deprecation behavior, some minor cleanupsCarlos Antonio da Silva2012-03-161-26/+1
* remove AS whiny nil extension and deprecate config.whiny_nilsSergey Nartimov2011-12-221-6/+0
* stop circular require warningsAaron Patterson2011-08-241-1/+0
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-1/+1
* Raise on invalid timezoneMarc-Andre Lafortune2011-04-051-1/+1
* add note of which configuration option to set in deprecation warning message ...bodhi2010-06-301-3/+5
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-0/+28
* I18n.reload! is only called if any of the locale files actually changed.José Valim2010-06-201-71/+1
* Fix a bug where I18n fallbacks modules where not included in the proper backe...José Valim2010-05-231-2/+3
* Make i18n fallbacks configurable and fallback to the default locale by defaul...Sven Fuchs2010-04-171-0/+35
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-4/+2
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-3/+5
* Rename engines_load_path to railties_load_path.José Valim2010-02-201-2/+2
* AC railtie should configure helpers path.José Valim2010-01-261-3/+3
* Fix i18n locales order test.José Valim2010-01-251-1/+5
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-27/+27
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-2/+2
* Add I18n tests to engines.José Valim2010-01-241-0/+2
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-0/+29
* Moved more configuration away from bootstrap.José Valim2010-01-221-0/+29