1. 08 3月, 2013 1 次提交
  2. 07 3月, 2013 1 次提交
  3. 26 2月, 2013 8 次提交
  4. 24 1月, 2013 1 次提交
  5. 20 1月, 2013 1 次提交
  6. 11 1月, 2013 2 次提交
  7. 01 1月, 2013 2 次提交
  8. 31 12月, 2012 1 次提交
  9. 30 12月, 2012 1 次提交
  10. 23 12月, 2012 1 次提交
  11. 20 12月, 2012 1 次提交
    • A
      Integrate Journey into Action Dispatch · 56fee39c
      Andrew White 提交于
      Move the Journey code underneath the ActionDispatch namespace so
      that we don't pollute the global namespace with names that may
      be used for models.
      
      Fixes rails/journey#49.
      56fee39c
  12. 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
  13. 28 11月, 2012 2 次提交
  14. 18 11月, 2012 1 次提交
  15. 17 11月, 2012 3 次提交
  16. 13 11月, 2012 2 次提交
  17. 12 11月, 2012 1 次提交
  18. 06 11月, 2012 2 次提交
  19. 31 10月, 2012 1 次提交
  20. 29 10月, 2012 1 次提交
  21. 26 10月, 2012 1 次提交
  22. 18 10月, 2012 1 次提交
  23. 16 10月, 2012 3 次提交
  24. 15 10月, 2012 1 次提交