1. 23 8月, 2013 1 次提交
  2. 21 8月, 2013 1 次提交
  3. 03 5月, 2013 1 次提交
  4. 10 4月, 2013 1 次提交
  5. 09 4月, 2013 2 次提交
  6. 07 3月, 2013 1 次提交
  7. 05 3月, 2013 1 次提交
  8. 18 2月, 2013 1 次提交
  9. 06 1月, 2013 1 次提交
  10. 05 1月, 2013 3 次提交
  11. 04 1月, 2013 2 次提交
  12. 03 1月, 2013 3 次提交
  13. 02 1月, 2013 4 次提交
  14. 01 1月, 2013 6 次提交
  15. 18 12月, 2012 1 次提交
    • S
      Format routes as html on debug page · 37d9c44b
      schneems 提交于
      When someone gets a routing exception, the routes are rendered (starting in Rails 4.0). This PR brings parity between the html routes in the `rails/info/routes` path and when rendered from an exception. This is the continuation of #8521 which brought html formatted routes. 
      
      In addition to bringing parity to the two views, we're keeping our views DRY by rendering off of the same partials. In this case Railties depends on partials provided by ActionDispatch. I'm open to alternative implementations. Ideally both views will use the same code so any improvements or updates to it will be reproduced on both.
      
      <hr />
      
      ![](http://f.cl.ly/items/3O1D0K1v0j0i343O3T3T/Screen%20Shot%202012-12-17%20at%203.07.20%20PM.png)
      37d9c44b
  16. 01 11月, 2012 1 次提交
  17. 08 7月, 2012 1 次提交
    • S
      show routes while debugging RoutingError · fa714ec7
      schneems 提交于
      If someone receives a routing error, they likely need to view the routes. Rather than making them visit '/rails/info/routes' or run `rake routes` we can give them that information on the page.
      fa714ec7
  18. 05 5月, 2012 1 次提交
    • P
      Try to convert object passed to debug_hash to hash · acb39848
      Piotr Sarnacki 提交于
      SessionStore was recently changed to delegate to hash
      object instead of inherit from it. Since we don't want
      to extend SessionStore with every method implemented in
      Hash, it's better to just convert any object passed to
      debug_hash (which is also better as we don't require
      to pass Hash instance there, it can be any object that
      can be converted to Hash).
      acb39848
  19. 03 5月, 2012 1 次提交
    • S
      Add backtrace to development routing error page · e737f142
      schneems 提交于
      If a user gets a routing error due to a view helper such as using user_path without an :id they must go to their logs to see the backtrace. By adding in the trace template, a user can see which line the error occurred on without leaving the browser.
      
      When a routing error occurs outside of the view the application trace will be blank and will not confuse developers.
      e737f142
  20. 18 12月, 2011 1 次提交
    • S
      add help text to routing error · 921dcc25
      schneems 提交于
      When a newcomer hits the routing error page they
      are often confused about how to trouble shoot the
      next step. Adding a simple help text can gently 
      remind coders where to get more help.
      921dcc25
  21. 03 11月, 2011 1 次提交
  22. 06 5月, 2011 1 次提交
  23. 05 5月, 2011 1 次提交
  24. 03 5月, 2011 1 次提交
  25. 25 3月, 2011 1 次提交
  26. 01 1月, 2011 1 次提交