1. 11 8月, 2015 3 次提交
  2. 10 8月, 2015 15 次提交
  3. 09 8月, 2015 19 次提交
  4. 08 8月, 2015 3 次提交
    • E
      Refactor route assertion methods in resources test · 286cb890
      eileencodes 提交于
      The tests and methods were hard to read with `options[:options]` all
      over the place. This refactoring makes the code easier to understand.
      
      The change came out of work for moving the underlying code of controller
      tests to integraiton tests.
      286cb890
    • R
      Merge pull request #11352 from xaviershay/dispatcher-api · d919fd88
      Rafael Mendonça França 提交于
      Allow a custom dispatcher to be provided to routing.
      d919fd88
    • E
      Fix deprecation warning in tests · 12f08acb
      eileencodes 提交于
      Using the string version of the class reference is now deprecated when
      referencing middleware. This should be written as a class not as a string.
      
      Deprecation warning that this change fixes:
      ```
      DEPRECATION WARNING: Passing strings or symbols to the middleware
      builder is deprecated, please change
      them to actual class references.  For example:
        "ActionDispatch::ShowExceptions" => ActionDispatch::ShowExceptions
      ```
      12f08acb