1. 23 5月, 2014 3 次提交
  2. 22 5月, 2014 2 次提交
  3. 21 5月, 2014 1 次提交
  4. 01 3月, 2014 1 次提交
  5. 05 1月, 2014 1 次提交
    • A
      Show full route constraints in error message · 892c5395
      Andrew White 提交于
      When an optimized helper fails to generate, show the full route constraints
      in the error message. Previously it would only show the contraints that were
      required as part of the path.
      
      Fixes #13592
      892c5395
  6. 16 7月, 2013 1 次提交
    • A
      Skip Rack applications and redirects when generating urls · 1555a180
      Andrew White 提交于
      When generating an unnamed url (i.e. using `url_for` with an options
      hash) we should skip anything other than standard Rails routes otherwise
      it will match the first mounted application or redirect and generate a
      url with query parameters rather than raising an error if the options
      hash doesn't match any defined routes.
      
      Fixes #8018
      1555a180
  7. 09 5月, 2013 1 次提交
  8. 09 4月, 2013 1 次提交
  9. 16 1月, 2013 1 次提交
    • A
      Raise correct exception now Journey is integrated. · db06d128
      Andrew White 提交于
      Now that Journey has been integrated into ActionDispatch we can raise
      the exception ActionController::UrlGenerationError directly rather than
      raising the internal Journey::Router::RoutingError and then have
      ActionDispatch::Routing::RouteSet#generate re-raise the exception.
      db06d128
  10. 03 1月, 2013 1 次提交
  11. 02 1月, 2013 1 次提交
  12. 21 12月, 2012 1 次提交
  13. 20 12月, 2012 2 次提交