| Commit message (Expand) | Author | Age | Files | Lines |
* | Added test case for deprecation of Mime.const_defined? and removed use of it. | Ronak Jangir | 2015-09-27 | 1 | -1/+5 |
* | fix Mime type in doc since mime types via constants is deprecated [ci skip] | Gaurav Sharma | 2015-09-26 | 1 | -3/+3 |
* | stop applying default headers in ActionDispatch::Response | Aaron Patterson | 2015-09-23 | 1 | -3/+3 |
* | split cookie tests | Aaron Patterson | 2015-09-23 | 1 | -1/+6 |
* | don't mutate a response object after to_a | Aaron Patterson | 2015-09-23 | 1 | -0/+2 |
* | remove html_types set | Aaron Patterson | 2015-09-21 | 1 | -1/+1 |
* | introduce an `All` mime type | Aaron Patterson | 2015-09-21 | 1 | -2/+4 |
* | change inheritance to composition | Aaron Patterson | 2015-09-21 | 1 | -2/+3 |
* | stop calling deprecated methods | Aaron Patterson | 2015-09-21 | 3 | -32/+32 |
* | deprecate accessing mime types via constants | Aaron Patterson | 2015-09-21 | 1 | -35/+37 |
* | ensure that mutating headers will impact the content_type method | Aaron Patterson | 2015-09-08 | 1 | -0/+5 |
* | ensure that content type defaults to text / html when setting charset | Aaron Patterson | 2015-09-08 | 1 | -0/+7 |
* | Make `config.force_ssl` less dangerous to try and easier to disable | Jeremy Daer | 2015-09-07 | 1 | -164/+133 |
* | Remove mocha from ActionPack tests | Marcin Olichwirowicz | 2015-09-05 | 3 | -51/+76 |
* | implement abstract store methods | Aaron Patterson | 2015-09-04 | 2 | -3/+3 |
* | Fix bug where cookies mutated by request were not persisted | eileencodes | 2015-09-01 | 1 | -0/+9 |
* | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6 | Rafael Mendonça França | 2015-09-01 | 1 | -0/+45 |
|\ |
|
| * | Fix broken IPv6 addresses handling | Brian Weaver | 2015-04-16 | 1 | -0/+45 |
* | | Updating TestSession to access with indifference | Jeremy Friesen | 2015-08-26 | 1 | -0/+10 |
* | | Merge pull request #21368 from rodzyn/remove_mocha | Kasper Timm Hansen | 2015-08-25 | 2 | -41/+25 |
|\ \ |
|
| * | | Get rid of mocha tests - part 2 | Marcin Olichwirowicz | 2015-08-25 | 2 | -41/+25 |
* | | | 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 |