1. 20 6月, 2013 1 次提交
  2. 26 3月, 2013 1 次提交
  3. 19 3月, 2013 2 次提交
  4. 14 2月, 2013 1 次提交
  5. 09 2月, 2013 1 次提交
  6. 26 1月, 2013 1 次提交
  7. 08 1月, 2013 1 次提交
  8. 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
  9. 10 12月, 2012 1 次提交
  10. 09 12月, 2012 1 次提交
  11. 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
  12. 02 10月, 2012 1 次提交
  13. 08 9月, 2012 1 次提交
  14. 24 7月, 2012 1 次提交
  15. 23 7月, 2012 1 次提交
    • A
      Bump Journey requirements to 1.0.4 · 4d7a1027
      Andrew White 提交于
      There are some Action Pack tests for regressions from 3.1 that require
      a later version of Journey to pass so bump to the current version.
      4d7a1027
  16. 01 7月, 2012 1 次提交
    • G
      Remove ActiveModel dependency from ActionPack · 166dbaa7
      Guillermo Iguaran 提交于
      ActiveModel is used in ActionPack for ActiveModel::Naming for a few,
      mostly optional aspects of ActionPack related to automatically converting
      an ActiveModel compliant object into a key for params and routing. It uses
      only three methods of ActiveModel (ActiveModel::Naming.route_key,
      ActiveModel::Naming.singular_route_key and ActiveModel::Naming.param_key).
      166dbaa7
  17. 17 6月, 2012 1 次提交
  18. 24 5月, 2012 1 次提交
  19. 14 3月, 2012 1 次提交
  20. 06 3月, 2012 1 次提交
  21. 27 1月, 2012 1 次提交
  22. 23 1月, 2012 1 次提交
  23. 15 1月, 2012 1 次提交
  24. 13 1月, 2012 1 次提交
  25. 28 12月, 2011 1 次提交
  26. 21 12月, 2011 1 次提交
  27. 20 12月, 2011 1 次提交
  28. 15 12月, 2011 1 次提交
  29. 30 11月, 2011 1 次提交
  30. 19 11月, 2011 1 次提交
  31. 14 11月, 2011 1 次提交
  32. 06 11月, 2011 1 次提交
  33. 04 11月, 2011 1 次提交
  34. 18 10月, 2011 2 次提交
  35. 05 10月, 2011 1 次提交
  36. 04 10月, 2011 1 次提交
    • B
      Require rack-cache 1.1. · b05a56f4
      Brendan Ribera 提交于
      Versions prior to 1.1 delete the If-Modified-Since and If-Not-Modified headers when
      config.action_controller.perform_caching is true. This has two problems:
       * unexpected inconsistent behaviour between development & production environments
       * breaks applications that use of these headers
      b05a56f4
  37. 13 9月, 2011 1 次提交
  38. 31 8月, 2011 1 次提交