Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | More Action Pack `abstract_unit` cleanup (#25211) | Jon Moss | 2016-05-31 | 1 | -0/+2 |
| | | | | | - Remove dead classes / dead code - Move class definitions to where they are used, don't define in a shared space | ||||
* | Remove skipped JRuby tests that are passing on 9.0.3.0. | Guo Xiang Tan | 2015-10-27 | 1 | -2/+0 |
| | |||||
* | Skip a few failing tests on JRuby with the attached tickets | Robin Dupret | 2015-07-17 | 1 | -0/+2 |
| | |||||
* | always test against a routed rack app so there are always url_helpers | Aaron Patterson | 2014-07-07 | 1 | -1/+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 |