1. 31 3月, 2016 1 次提交
  2. 22 3月, 2016 1 次提交
  3. 16 3月, 2016 1 次提交
  4. 05 3月, 2016 1 次提交
  5. 04 3月, 2016 1 次提交
  6. 28 2月, 2016 1 次提交
  7. 26 2月, 2016 1 次提交
  8. 25 2月, 2016 4 次提交
  9. 10 2月, 2016 1 次提交
  10. 03 2月, 2016 1 次提交
    • S
      Add initial support for allowing an error on order or limit of queries being ignored in batches · 08a74811
      Scott Ringwelski 提交于
      add some documentation and add 4 tests regarding error vs. warning behavior
      
      fix a typo when referring to the message
      
      go back to default in tests so that ordering is not important. use a constant instead of method. fix assert_nothing_raised call. use self.klass to allow per class configuration
      
      remove logger warn assets as that is tested elsewhere. pass error_on_ignore through find_each and find_in_batches also.
      
      add blocks to the finds so that the code is actually executed
      
      put the setting back to default in an ensure
      
      Add a changelog entry
      08a74811
  11. 01 2月, 2016 2 次提交
  12. 05 1月, 2016 1 次提交
  13. 30 12月, 2015 1 次提交
  14. 24 12月, 2015 2 次提交
  15. 23 12月, 2015 1 次提交
  16. 22 12月, 2015 1 次提交
  17. 21 12月, 2015 2 次提交
  18. 19 12月, 2015 1 次提交
    • S
      debug_missing_translation configuration added to action_view · c1dbb13e
      Sameer Rahmani 提交于
      `I18n.translate` helper will wrap the missing translation keys
      in a <span> tag only if `debug_missing_translation` configuration has
      a truthy value. Default value is `true`. For example in `application.rb`:
      
          # in order to turn off missing key wrapping
          config.action_view.debug_missing_translation = false
      c1dbb13e
  19. 14 12月, 2015 1 次提交
    • X
      let config.file_watcher be the way to enable the evented file watcher · 72235962
      Xavier Noria 提交于
      Before this commit, the sole presence of the Listen constant
      enabled the evented file watcher (unless listen resorted to
      the polling backend).
      
      This way, applications may depend on listen for other stuff
      independently of this feature. Also, allows teams with mixed
      setups to decide at boot time whether the evented watcher
      should be enabled for each particular instance.
      72235962
  20. 03 12月, 2015 1 次提交
  21. 26 11月, 2015 1 次提交
  22. 19 11月, 2015 1 次提交
    • R
      Change configuration-guide example · 35138b15
      rbr 提交于
      Use an example from a default Rails app (4.2.5) rather than an outdated one in the Configuring Rails Components section.
      I picked config.time_zone as it currently is the only 'setting for Rails' left in a default config/application.rb.
      
      I stumbled upon this with investigating autoloading in a legacy app, which still included the example comment "# config.autoload_paths += %W(#{config.root}/extras)". Usually adding app/* directories to autoload_paths isn't necessary, so also finding this example within the current docs was a bit confusing initially.
      
      [ci skip]
      35138b15
  23. 18 11月, 2015 2 次提交
  24. 17 11月, 2015 1 次提交
  25. 16 11月, 2015 1 次提交
  26. 09 11月, 2015 2 次提交
  27. 05 11月, 2015 1 次提交
    • K
      Replace `serve_static_files` mentions in docs. · b7f547e6
      Kasper Timm Hansen 提交于
      Should use `public_file_server.enabled` instead.
      
      Clarified that static files will be served from the public directory, where it made sense.
      
      Also removed occurrence of the deprecated `static_cache_control`.
      b7f547e6
  28. 21 10月, 2015 2 次提交
  29. 19 10月, 2015 1 次提交
  30. 03 10月, 2015 1 次提交
  31. 02 10月, 2015 1 次提交