Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
| | |||||
* | Shave a couple of allocations off Journey scan & parse | Matthew Draper | 2016-12-25 | 1 | -14/+16 |
| | |||||
* | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Use `#tr` instead of `#gsub` | Nicolas Cavigneaux | 2014-10-14 | 1 | -1/+1 |
| | | | | | `#tr` is more efficient than `#gsub` and can be used as a drop in replacement in this context. | ||||
* | Improve Journey compliance to RFC 3986 | Nicolas Cavigneaux | 2014-10-14 | 1 | -5/+5 |
| | | | | | | | | | | The scanner in Journey fails to recognize routes that use literals from the sub-delims section of RFC 3986. This commit enhance the compatibility of Journey with the RFC by adding support of authorized delimiters to the scanner. Fix #17212 | ||||
* | update AD::Journey to follow Rails coding conventions | Francesco Rodriguez | 2012-12-20 | 1 | -25/+26 |
| | |||||
* | :nodoc: Journey because is not part of the public API [ci skip] | Francesco Rodriguez | 2012-12-19 | 1 | -2/+2 |
| | |||||
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 1 | -0/+60 |
Move the Journey code underneath the ActionDispatch namespace so that we don't pollute the global namespace with names that may be used for models. Fixes rails/journey#49. |