1. 03 3月, 2015 1 次提交
  2. 26 2月, 2015 1 次提交
    • G
      Partition routes during setup. · 89edfbd3
      Guo Xiang Tan 提交于
      Partitioning of all the routes is currently being done during the
      first request. Since there is no need to clear the cache for
      `partitioned_routes` when adding a new route. We can move the
      partitioning of the routes during setup time.
      89edfbd3
  3. 30 5月, 2014 2 次提交
  4. 01 1月, 2013 2 次提交
  5. 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