Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reuse the Parameters#to_h check in the routing helpers | Rafael Mendonça França | 2017-04-18 | 1 | -4/+4 |
* | Add support for calling nested direct routes (#28462) | Andrew White | 2017-03-17 | 1 | -8/+28 |
* | Clarify use of params in `direct` | Andrew White | 2017-02-22 | 1 | -0/+14 |
* | Split direct method into two | Andrew White | 2017-02-21 | 1 | -0/+291 |
* | Add custom polymorphic mapping | Andrew White | 2017-02-21 | 1 | -145/+0 |
* | Add test for calling a url helper in Mapper#direct | Andrew White | 2017-02-21 | 1 | -0/+7 |
* | Only accept symbols and strings for Mapper#direct | Andrew White | 2017-02-21 | 1 | -0/+17 |
* | Rename url_helper to direct | Andrew White | 2017-02-21 | 1 | -12/+12 |
* | Add support for defining custom url helpers in routes.rb | Andrew White | 2017-02-21 | 1 | -0/+121 |