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
/
i18n_railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in i18n_railtie.rb
Olivier
2018-09-06
1
-1
/
+1
*
update I18n fallbacks configuration to be compatible with i18n 1.1.0
Lachlan Sylvester
2018-08-23
1
-1
/
+13
*
Remove unused `require "active_support/file_update_checker"`
yuuji.yaginuma
2018-05-30
1
-1
/
+0
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-2
/
+2
*
[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
-2
/
+2
*
Remove returning true in internal callbacks
Ryuta Kamizono
2017-05-14
1
-4
/
+0
*
Use `flat_map` rather than `map(&:...).flatten`
Ryuta Kamizono
2017-04-29
1
-2
/
+2
*
Avoid documenting private or external classes
Robin Dupret
2017-02-07
1
-0
/
+2
*
`protected` here doesn't protect anything
Akira Matsuda
2016-12-19
1
-2
/
+0
*
Fix Remaining Case-In-Assignment Statement Formatting
Alex Kitchens
2016-09-06
1
-8
/
+9
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-5
/
+5
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-2
/
+2
*
Use the file watcher defined by the app config
Dharam Gollapudi
2015-11-11
1
-1
/
+1
*
Reload I18n locales in development
Kir Shatrov
2015-08-10
1
-2
/
+17
*
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-1
/
+1
*
Deprecate `false` as the way to halt AS callbacks
claudiob
2015-01-02
1
-1
/
+7
*
Do not set enforce_available_locales to i18n 0.7
Rafael Mendonça França
2014-07-23
1
-3
/
+1
*
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
*
Fix typo [ci skip]
Carlos Antonio da Silva
2013-12-21
1
-1
/
+1
*
Default I18n.enforce_available_locales to true
Carlos Antonio da Silva
2013-12-17
1
-4
/
+10
*
set `i18n.enforce_available_locales` before `i18n.default_locale`.
Yves Senn
2013-12-05
1
-0
/
+5
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-2
/
+2
*
Stop relying on mutable structures in the FileUpdateChecker
José Valim
2012-06-12
1
-20
/
+3
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-1
/
+1
*
Clean up FileUpdateChecker API.
José Valim
2011-12-13
1
-2
/
+6
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-1
/
+2
*
stop circular require warnings
Aaron Patterson
2011-08-24
1
-1
/
+0
*
dealing with some -w warnings on startup
Aaron Patterson
2011-08-24
1
-0
/
+2
*
Some style changes
suchasurge
2011-03-06
1
-1
/
+1
*
Ensure I18n setup is only executed once if triggered on eager loading [#6353 ...
Saimon Moore
2011-02-01
1
-12
/
+20
*
Additionally trigger i18n configuration setup before any eager loading [#6353...
Saimon Moore
2011-02-01
1
-4
/
+11
*
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
John Firebaugh
2010-12-20
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Add the possibility to have several behaviors in AS::Deprecation.
José Valim
2010-07-01
1
-0
/
+1
*
I18n.reload! is only called if any of the locale files actually changed.
José Valim
2010-06-20
1
-0
/
+80