1. 05 12月, 2012 1 次提交
  2. 04 12月, 2012 3 次提交
  3. 02 12月, 2012 17 次提交
  4. 01 12月, 2012 1 次提交
  5. 29 11月, 2012 3 次提交
  6. 28 11月, 2012 3 次提交
  7. 27 11月, 2012 7 次提交
  8. 26 11月, 2012 3 次提交
    • A
      Improve clarity of routing tests · be2a3b0a
      Andrew White 提交于
      Move the routes for each test inside the test method so that
      it's easier to see which routes are applicable to which test.
      
      To ensure that each test wasn't invalidated the changes were
      done by first removing all of the routes, ensuring that all
      of the tests failed and then adding the routes back to each
      test one by one. One test for `assert_recognizes` was
      removed as it wasn't actually testing the defined routes and
      is now tested more thoroughly in routing_assertions_test.rb.
      
      One downside is that the test suite takes about 1s longer
      due to having to using `method_missing` for handling the url
      helpers as using `include url_helpers` isn't isolated
      for each test.
      be2a3b0a
    • D
      Add explicit opt-out for fragment cache digesting · 7fb8c670
      Drew Ulmer 提交于
      This add support for sending an explicit opt-out of the "Russian-doll"
      cache digest feature on a case-by-case basis. This is useful when cache-
      expiration needs to be performed manually and it would be otherwise
      difficult to know the exact name of a digested cache key.
      
      More information: https://github.com/rails/cache_digests/pull/16
      7fb8c670
    • R
      assert_template: validating option keys · 3f2c011d
      Roberto Soares 提交于
      3f2c011d
  9. 25 11月, 2012 1 次提交
  10. 24 11月, 2012 1 次提交