1. 19 9月, 2015 1 次提交
  2. 26 8月, 2015 1 次提交
  3. 30 7月, 2015 1 次提交
  4. 14 7月, 2015 1 次提交
    • J
      Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. · 284a9ba8
      Jerry D'Antonio 提交于
      The concurrent-ruby gem is a toolset containing many concurrency
      utilities. Many of these utilities include runtime-specific
      optimizations when possible. Rather than clutter the Rails codebase with
      concurrency utilities separate from the core task, such tools can be
      superseded by similar tools in the more specialized gem. This commit
      replaces `ActiveSupport::Concurrency::Latch` with
      `Concurrent::CountDownLatch`, which is functionally equivalent.
      284a9ba8
  5. 14 4月, 2015 1 次提交
  6. 09 3月, 2015 1 次提交
  7. 26 12月, 2014 1 次提交
  8. 20 12月, 2014 1 次提交
  9. 18 12月, 2014 1 次提交
  10. 29 11月, 2014 1 次提交
  11. 19 8月, 2014 1 次提交
  12. 24 7月, 2014 1 次提交
  13. 17 12月, 2013 1 次提交
    • C
      Require I18n >= 0.6.9 · 7c858b03
      Carlos Antonio da Silva 提交于
      The option enforce_available_locales is only available on latest
      versions, so require the last available one which has the option +
      other related fixes and should not have backward compatibility issues.
      7c858b03
  14. 08 12月, 2013 1 次提交
    • G
      Upgrade minitest version · 849dbb5d
      Godfrey Chan 提交于
      We made a change in #13213 that depends on a new file that's only in
      minitest 5.1.0+, so the version should be updated.
      849dbb5d
  15. 27 11月, 2013 1 次提交
  16. 10 11月, 2013 1 次提交
  17. 12 5月, 2013 1 次提交
  18. 09 5月, 2013 1 次提交
  19. 26 3月, 2013 1 次提交
  20. 19 3月, 2013 2 次提交
  21. 28 2月, 2013 1 次提交
  22. 27 2月, 2013 1 次提交
  23. 26 2月, 2013 1 次提交
  24. 18 2月, 2013 1 次提交
  25. 14 12月, 2012 1 次提交
    • T
      Replace some global Hash usages with the new thread safe cache. · 45448a57
      thedarkone 提交于
      Summary of the changes:
       * Add thread_safe gem.
       * Use thread safe cache for digestor caching.
       * Replace manual synchronization with ThreadSafe::Cache in Relation::Delegation.
       * Replace @attribute_method_matchers_cache Hash with ThreadSafe::Cache.
       * Use TS::Cache to avoid the synchronisation overhead on listener retrieval.
       * Replace synchronisation with TS::Cache usage.
       * Use a preallocated array for performance/memory reasons.
       * Update the controllers cache to the new AS::Dependencies::ClassCache API.
         The original @controllers cache no longer makes much sense after @tenderlove's
         changes in 7b6bfe84 and f345e238.
       * Use TS::Cache in the connection pool to avoid locking overhead.
       * Use TS::Cache in ConnectionHandler.
      45448a57
  26. 10 12月, 2012 1 次提交
  27. 09 12月, 2012 1 次提交
  28. 09 11月, 2012 1 次提交
    • V
      Clean up gemspecs · a96a1769
      Vinny Diehl 提交于
      Organized the gemspec files a bit.
      
       * Made quotes more consistent (single quotes dominated, so I used
         that).
       * Moved license line down a line, separating it logically, and removed
         the extra whitespace before its = operator.
       * Minor whitespace fixes.
      a96a1769
  29. 06 10月, 2012 1 次提交
  30. 29 9月, 2012 1 次提交
  31. 05 7月, 2012 1 次提交
  32. 17 6月, 2012 1 次提交
  33. 24 5月, 2012 1 次提交
  34. 16 4月, 2012 2 次提交
  35. 10 2月, 2012 2 次提交
  36. 12 1月, 2012 1 次提交
  37. 21 12月, 2011 1 次提交