Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Remove more unused block arguments | amitkumarsuroliya | 2015-08-25 | 1 | -1/+1 | |
* | | | | | | Remove unused block arguments | Anshul Sharma | 2015-08-25 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #21321 from rodzyn/removing_mocha | Kasper Timm Hansen | 2015-08-24 | 5 | -26/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | Get rid of mocha tests - part 1 | Marcin Olichwirowicz | 2015-08-24 | 5 | -26/+27 | |
* | | | | | | use a request object in the session middleware | Aaron Patterson | 2015-08-22 | 2 | -22/+24 | |
|/ / / / / | ||||||
* | | | | | 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 | |
| |_|/ / |/| | | | ||||||
* | | | | 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 | |
* | | | | routes are always constructed with a hash for the conditions | Aaron Patterson | 2015-08-17 | 1 | -2/+2 | |
* | | | | 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 | 1 | -1/+2 | |
* | | | | 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 | |
* | | | | pull up options_constrants extraction | Aaron Patterson | 2015-08-13 | 1 | -1/+1 | |
* | | | | remove `as` | Aaron Patterson | 2015-08-13 | 1 | -1/+1 | |
* | | | | remove anchor from mapping | Aaron Patterson | 2015-08-13 | 1 | -1/+1 | |
* | | | | pull `anchor` extraction up | Aaron Patterson | 2015-08-13 | 1 | -1/+1 | |
* | | | | raise if `anchor` is passed to `scope` | Aaron Patterson | 2015-08-13 | 1 | -0/+9 | |
* | | | | pull `formatted` up the stack | Aaron Patterson | 2015-08-12 | 1 | -1/+10 | |
* | | | | add a regression test for scoped `format` params | Aaron Patterson | 2015-08-12 | 1 | -0/+11 | |
* | | | | add a regression test for adding arbitrary keys to `scope` | Aaron Patterson | 2015-08-12 | 1 | -0/+15 | |
* | | | | add a method to `Scope` for getting mapping options | Aaron Patterson | 2015-08-12 | 1 | -1/+2 | |
* | | | | pull `via` all the way out of `add_route` | Aaron Patterson | 2015-08-12 | 1 | -0/+8 | |
* | | | | add a test for adding "via" using `scope` | Aaron Patterson | 2015-08-12 | 1 | -0/+9 | |
* | | | | pull `via` extraction up | Aaron Patterson | 2015-08-12 | 1 | -2/+2 | |
* | | | | pull `to` up | Aaron Patterson | 2015-08-11 | 1 | -1/+1 | |
* | | | | push option decomposition up a bit more | Aaron Patterson | 2015-08-11 | 1 | -2/+2 | |
* | | | | pull up the "options.delete(:controller)" logic | Aaron Patterson | 2015-08-11 | 1 | -2/+2 | |
* | | | | Merge pull request #11352 from xaviershay/dispatcher-api | Rafael Mendonça França | 2015-08-08 | 2 | -9/+10 | |
|\ \ \ \ | ||||||
| * | | | | Allow a custom dispatcher to be provided to routing. | Xavier Shay | 2015-08-07 | 2 | -9/+10 | |
* | | | | | Fix deprecation warning in tests | eileencodes | 2015-08-08 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | finish deprecating handling strings and symbols | Aaron Patterson | 2015-08-07 | 4 | -60/+19 | |
* | | | | Using strings or symbols for middleware class names is deprecated. | Aaron Patterson | 2015-08-07 | 2 | -23/+19 | |
* | | | | simplify the Middleware constructor | Aaron Patterson | 2015-08-07 | 1 | -39/+24 | |
* | | | | ExceptionWrapper doesn't need to know about `env` | Aaron Patterson | 2015-08-06 | 1 | -17/+15 | |
* | | | | use a request object to reduce string allocations and not know about ENV keys | Aaron Patterson | 2015-08-06 | 1 | -1/+1 | |
* | | | | Merge pull request #21131 from eagletmt/percent-filename | Rafael Mendonça França | 2015-08-06 | 1 | -0/+11 | |
|\ \ \ \ | ||||||
| * | | | | Add failing spec on utf8 filename with percent character | Kohei Suzuki | 2015-08-04 | 1 | -0/+11 | |
* | | | | | Adds missing argument handling for ActionController::TestSession to | Matthew Gerrior | 2015-08-06 | 1 | -0/+10 | |
|/ / / / | ||||||
* | | | | Merge pull request #20590 from vngrs/set_default_charset | Rafael Mendonça França | 2015-07-27 | 1 | -0/+7 | |
|\ \ \ \ | ||||||
| * | | | | Document, refactor and create test case for ActionDispatch::Response#charset=... | Mehmet Emin İNAÇ | 2015-06-17 | 1 | -0/+7 | |
* | | | | | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 7 | -29/+29 | |
* | | | | | Skip a few failing tests on JRuby with the attached tickets | Robin Dupret | 2015-07-17 | 2 | -0/+4 |