1. 29 4月, 2010 5 次提交
  2. 26 4月, 2010 2 次提交
  3. 19 4月, 2010 2 次提交
  4. 18 4月, 2010 1 次提交
    • S
      Make i18n fallbacks configurable and fallback to the default locale by default... · 9a3a4d6a
      Sven Fuchs 提交于
      Make i18n fallbacks configurable and fallback to the default locale by default in production [#4428 state:resolved]
      
      Allows to configure locale fallbacks through config.i18n.fallbacks. The default setting
      config.i18n.fallbacks = true in production.rb will make I18n.t lookup fallback to the
      I18n.default_locale if a translation could not be found for the current or given locale.
      
      config.fallbacks = true
      
      config.fallbacks.map = { :ca => :es }
      config.fallbacks.defaults = [:'es-ES', :es]
      
      config.fallbacks = [:'es-ES', :es]
      
      config.fallbacks = { :ca => :es }
      
      config.fallbacks = [:'es-ES', :es, { :ca => :es }]
      Signed-off-by: NPratik Naik <pratiknaik@gmail.com>
      9a3a4d6a
  5. 14 4月, 2010 1 次提交
  6. 13 4月, 2010 2 次提交
  7. 12 4月, 2010 1 次提交
  8. 10 4月, 2010 2 次提交
  9. 08 4月, 2010 2 次提交
  10. 07 4月, 2010 1 次提交
  11. 06 4月, 2010 1 次提交
  12. 05 4月, 2010 2 次提交
  13. 03 4月, 2010 1 次提交
  14. 31 3月, 2010 1 次提交
  15. 30 3月, 2010 1 次提交
  16. 29 3月, 2010 1 次提交
    • R
      Reorganized app/test directory. [#3057 state:resolved] · a0dc6755
      Rizwan Reza 提交于
      Run 'rake update:test_directory' to reorganize your already generated apps.
      
      test/functional                   ->      test/controllers
      test/functional                   ->      test/controllers
      test/unit/helpers                 ->      test/helpers
      test/unit/**/*_observer_test.rb   ->      test/observers
      test/unit                         ->      test/models
      a0dc6755
  17. 27 3月, 2010 2 次提交
  18. 26 3月, 2010 3 次提交
  19. 24 3月, 2010 3 次提交
  20. 23 3月, 2010 3 次提交
  21. 22 3月, 2010 3 次提交