Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | provide a request and response to all controllers | Aaron Patterson | 2015-08-25 | 5 | -4/+12 | |
* | | | | | | | Fix another rack SPEC violation | Aaron Patterson | 2015-08-25 | 1 | -1/+1 | |
* | | | | | | | rack SPEC doesn't allow `first` on the body | Aaron Patterson | 2015-08-25 | 1 | -8/+12 | |
* | | | | | | | adding a direct dispatch method to controller classes | Aaron Patterson | 2015-08-25 | 1 | -8/+2 | |
* | | | | | | | Merge pull request #21368 from rodzyn/remove_mocha | Kasper Timm Hansen | 2015-08-25 | 5 | -163/+209 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Get rid of mocha tests - part 2 | Marcin Olichwirowicz | 2015-08-25 | 5 | -163/+209 | |
* | | | | | | | | Merge pull request #21366 from amitsuroliya/remove_unused_variable | Rafael Mendonça França | 2015-08-25 | 2 | -13/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove more unused block arguments | amitkumarsuroliya | 2015-08-25 | 2 | -13/+13 | |
* | | | | | | | | | Merge pull request #21345 from aditya-kapoor/trim-ap | Rafael Mendonça França | 2015-08-25 | 2 | -6/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Trim out unneeded controllers from AP test suite | Aditya Kapoor | 2015-08-24 | 2 | -6/+4 | |
* | | | | | | | | | Merge pull request #21094 from aditya-kapoor/add-missing-ap-tests | Rafael Mendonça França | 2015-08-25 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | add missing tests for action regexp | Aditya Kapoor | 2015-08-02 | 1 | -0/+10 | |
* | | | | | | | | | | Remove unused block arguments | Anshul Sharma | 2015-08-25 | 1 | -1/+1 | |
* | | | | | | | | | | remove more direct `env` mutations | Aaron Patterson | 2015-08-24 | 1 | -1/+1 | |
* | | | | | | | | | | remove dead code :bomb: | Aaron Patterson | 2015-08-24 | 1 | -2/+0 | |
* | | | | | | | | | | use `make_set` helper method to generate route sets | Aaron Patterson | 2015-08-24 | 1 | -31/+1 | |
* | | | | | | | | | | subclass and delegate rather than mutating existing objects | Aaron Patterson | 2015-08-24 | 1 | -12/+29 | |
* | | | | | | | | | | temp files are no more require | Gaurav Sharma | 2015-08-25 | 1 | -1/+0 | |
* | | | | | | | | | | use a custom request class to determine the controller class | Aaron Patterson | 2015-08-24 | 1 | -23/+21 | |
* | | | | | | | | | | Merge pull request #21355 from akihiro17/remove-variables | Rafael Mendonça França | 2015-08-24 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove unused variables | akihiro17 | 2015-08-24 | 1 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #21321 from rodzyn/removing_mocha | Kasper Timm Hansen | 2015-08-24 | 10 | -78/+103 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Get rid of mocha tests - part 1 | Marcin Olichwirowicz | 2015-08-24 | 10 | -78/+103 | |
* | | | | | | | | | use a request object in the session middleware | Aaron Patterson | 2015-08-22 | 2 | -22/+24 | |
* | | | | | | | | | Refactor to remove controller class from route to request | eileencodes | 2015-08-22 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | pass a request object to the headers object | Aaron Patterson | 2015-08-21 | 1 | -1/+1 | |
* | | | | | | | | move header allocation to a helper method | Aaron Patterson | 2015-08-21 | 1 | -5/+9 | |
* | | | | | | | | Merge pull request #21106 from amitsuroliya/fix_routing_test | Andrew White | 2015-08-21 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Remove duplicity in tests | amitkumarsuroliya | 2015-08-03 | 1 | -6/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | point at rack master | Aaron Patterson | 2015-08-20 | 1 | -1/+1 | |
* | | | | | | | make the routes reader private | Aaron Patterson | 2015-08-18 | 1 | -1/+1 | |
* | | | | | | | symbols will always be constructed with strings. :bomb: | Aaron Patterson | 2015-08-18 | 1 | -1/+1 | |
* | | | | | | | test the verb method on the route, specifically | Aaron Patterson | 2015-08-17 | 1 | -1/+1 | |
* | | | | | | | routes are always constructed with a hash for the conditions | Aaron Patterson | 2015-08-17 | 3 | -4/+4 | |
* | | | | | | | introduce an alternate constructor for Route objects | Aaron Patterson | 2015-08-17 | 1 | -12/+12 | |
* | | | | | | | default pattern to use a joined string | Aaron Patterson | 2015-08-17 | 2 | -13/+15 | |
* | | | | | | | use the mapper to build the routing table | Aaron Patterson | 2015-08-15 | 2 | -231/+103 | |
* | | | | | | | only keep one hash of named routes | Aaron Patterson | 2015-08-14 | 2 | -13/+14 | |
* | | | | | | | rm add_route2 | Aaron Patterson | 2015-08-14 | 2 | -41/+51 | |
* | | | | | | | pass pass the mapping object down the add_route stack | Aaron Patterson | 2015-08-14 | 1 | -1/+1 | |
* | | | | | | | pass the mapping object to build_route | Aaron Patterson | 2015-08-14 | 1 | -16/+5 | |
* | | | | | | | deprecate passing a string for both the beginning path and :path option | Aaron Patterson | 2015-08-14 | 1 | -1/+4 | |
* | | | | | | | pass the path ast down | Aaron Patterson | 2015-08-14 | 1 | -1/+1 | |
* | | | | | | | pull up path parsing | Aaron Patterson | 2015-08-14 | 1 | -1/+2 | |
* | | | | | | | use predicate methods instead of hard coding verb strings | Aaron Patterson | 2015-08-14 | 2 | -6/+6 | |
* | | | | | | | implement `requirements` in terms of routes | Aaron Patterson | 2015-08-14 | 1 | -1/+1 | |
* | | | | | | | implement the `asts` method in terms of paths / patterns | Aaron Patterson | 2015-08-14 | 1 | -12/+11 | |
* | | | | | | | extract ast finding to a method | Aaron Patterson | 2015-08-14 | 1 | -9/+13 | |
* | | | | | | | stop adding path_info to the conditions hash | Aaron Patterson | 2015-08-14 | 1 | -9/+9 | |
* | | | | | | | remove Strexp | Aaron Patterson | 2015-08-13 | 4 | -74/+61 |