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
*
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