Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Needless requires | Akira Matsuda | 2013-01-06 | 1 | -2/+0 |
| | |||||
* | Missing requires | Akira Matsuda | 2013-01-06 | 1 | -0/+1 |
| | |||||
* | split formatting concerns from RoutesInspector | Yves Senn | 2013-01-05 | 1 | -4/+21 |
| | |||||
* | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
| | | | | | minitest/autorun load minitest/spec polluting the global namespace with the DSL that we don't want on Rails | ||||
* | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+86 |
| | | | | | Remove all the old url helper methods when clear! is called on the route set because it's possible that some routes have been removed. | ||||
* | fixing most tests on Ruby 2.0 | Aaron Patterson | 2012-09-25 | 1 | -2/+2 |
| | |||||
* | Make enhanced routing Concerns more tell-don't-ask | Ernie Miller | 2012-09-03 | 1 | -12/+15 |
| | |||||
* | Fix concerns not executing block in mapper | Ernie Miller | 2012-09-03 | 1 | -0/+10 |
| | | | | Also, add documentation for alternate usage. | ||||
* | Allow routing concerns to accept a callable | Ernie Miller | 2012-09-03 | 1 | -2/+26 |
| | | | | | | This allows us to make alterations to the generated routes based on the scope of the current mapper, and otherwise allows us to move larger blocks of concerns out of the routes file, altogether. | ||||
* | Extract common controllers to abstract_unit | Rafael Mendonça França | 2012-08-13 | 1 | -16/+4 |
| | |||||
* | Implementing Routing Concerns | Rafael Mendonça França | 2012-08-13 | 1 | -0/+94 |
| | | | | | | | This pattern was introduced as a plugin by @dhh. The original implementation can be found in https://github.com/rails/routing_concerns | ||||
* | Rename RouteInspector to RoutesInspector | Carlos Antonio da Silva | 2012-07-08 | 1 | -2/+2 |
| | | | | Follow the consistency defined in dbc43bc. | ||||
* | move route_inspector to actionpack | @schneems and @mattt | 2012-07-07 | 1 | -0/+170 |
this is so we can show route output in the development when we get a routing error. Railties can use features of ActionDispatch, but ActionDispatch should not depend on Railties. |