| Module | SimplesIdeias::I18n |
| In: |
lib/i18n-js.rb
lib/i18n-js/engine.rb lib/i18n-js/version.rb lib/i18n-js/middleware.rb lib/i18n-js/railtie.rb |
| MERGER | = | proc { |key, v1, v2| Hash === v1 && Hash === v2 ? v1.merge(v2, &MERGER) : v2 } | deep_merge by Stefan Rusterholz, see www.ruby-forum.com/topic/142809 |
Under rails 3.1.1 and higher, perform a check to ensure that the full environment will be available during asset compilation. This is required to ensure I18n is loaded.