| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate the `only_path` option on `*_path` helpers. | Godfrey Chan | 2014-10-28 | 1 | -0/+80 |
* | Show the user’s application in the source window and select the correct tra... | Byron Bischoff | 2014-10-23 | 1 | -1/+41 |
* | fix small typo in routing test | Accessd | 2014-10-21 | 1 | -1/+1 |
* | Request#check_method no longer breaks when :en is not available locale | Stefan Henzen | 2014-10-09 | 1 | -0/+16 |
* | Use Hash#each_key instead of Hash#keys.each | Erik Michaels-Ober | 2014-09-29 | 1 | -1/+1 |
* | Revert "Merge pull request #16966 from why-el/symbolize-path-params" | Rafael Mendonça França | 2014-09-25 | 1 | -8/+0 |
* | Ensure named path params are symbols (Fixes #16958) | Mohamed Wael Khobalatte | 2014-09-25 | 1 | -0/+8 |
* | Rescue Rack::Utils::ParameterTypeError instead of TypeError | Yuki Nishijima | 2014-09-13 | 1 | -3/+3 |
* | Add support for Rack::ContentLength middelware | Javan Makhmali | 2014-09-06 | 1 | -0/+14 |
* | Deprecate implicit AD::Response splatting and Array conversion | Jeremy Kemper | 2014-09-06 | 1 | -3/+17 |
* | Add test to assert_recognizes with custom message | Rafael Mendonça França | 2014-09-05 | 1 | -1/+9 |
* | Merge pull request #14911 from estsauver/14908 | Rafael Mendonça França | 2014-09-05 | 1 | -0/+8 |
|\ |
|
| * | Propagate test messages through assert_routing helper, Fixes #14908 | Earl St Sauver | 2014-04-29 | 1 | -0/+8 |
* | | Merge pull request #16637 from Agis-/redirect-with-constraint-route | Aaron Patterson | 2014-08-28 | 1 | -0/+24 |
|\ \ |
|
| * | | Don't ignore constraints in redirect routes | Agis- | 2014-08-25 | 1 | -0/+24 |
* | | | Refactor out Dir.glob from ActionDispatch::Static | schneems | 2014-08-27 | 1 | -0/+4 |
* | | | Use less iterations for KeyGenerator in tests | Peter Suschlik | 2014-08-27 | 1 | -1/+1 |
* | | | Address comments on Gzip implementation | schneems | 2014-08-24 | 1 | -2/+24 |
|/ / |
|
* | | Avoid duplicating routes for HEAD requests. | Guo Xiang Tan | 2014-08-21 | 1 | -0/+12 |
* | | Enable gzip compression by default | schneems | 2014-08-20 | 1 | -2/+22 |
* | | Protect against error when parsing parameters with Bad Request | Rafael Mendonça França | 2014-08-19 | 1 | -0/+25 |
* | | Expectations first | Akira Matsuda | 2014-08-18 | 4 | -11/+11 |
* | | Use AS::JSON for (de)serializing cookies | Godfrey Chan | 2014-08-17 | 1 | -0/+39 |
* | | Fixed broken reference caused by 14965ba | Godfrey Chan | 2014-08-17 | 1 | -2/+2 |
* | | Merge pull request #16467 from strzalek/cookies-digest-config-option2 | Godfrey Chan | 2014-08-17 | 1 | -0/+50 |
|\ \ |
|
| * | | Add config option for cookies digest | Łukasz Strzałkowski | 2014-08-12 | 1 | -0/+50 |
* | | | fewer operations on the options hash | Aaron Patterson | 2014-08-13 | 1 | -1/+1 |
* | | | [ci skip] fix spelling of override | Akshay Vishnoi | 2014-08-13 | 1 | -1/+1 |
* | | | Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option" | Santiago Pastorino | 2014-08-08 | 1 | -17/+0 |
* | | | Add config option for cookies digest | Łukasz Strzałkowski | 2014-08-08 | 1 | -0/+17 |
|/ / |
|
* | | call the routes method on engines | Aaron Patterson | 2014-08-05 | 1 | -74/+37 |
* | | a rails application should be an engine subclass | Aaron Patterson | 2014-08-05 | 1 | -1/+1 |
* | | no reason to lazily instantiate the routes | Aaron Patterson | 2014-08-05 | 1 | -45/+42 |
* | | just assign the instance variables on the test | Aaron Patterson | 2014-08-05 | 1 | -7/+3 |
* | | Regenerate sid when sbdy tries to fixate the session | Santiago Pastorino | 2014-08-04 | 1 | -9/+8 |
* | | Remove unnecessary call to #tap | Carlos Antonio da Silva | 2014-07-31 | 1 | -5/+3 |
* | | Merge pull request #16303 from rajcybage/removing_master | Yves Senn | 2014-07-28 | 1 | -0/+2 |
|\ \ |
|
| * | | add comment to the empty each method for not removing it in future | Rajarshi Das | 2014-07-26 | 1 | -1/+2 |
|/ / |
|
* | | Improve description of tests. | Guo Xiang Tan | 2014-07-25 | 1 | -4/+4 |
* | | Bug fix for assert_template when opening a new session. | Guo Xiang Tan | 2014-07-25 | 1 | -0/+40 |
* | | Fix AC::TemplateAssertions instance variables not resetting. | Guo Xiang Tan | 2014-07-21 | 1 | -0/+58 |
* | | Merge pull request #16098 from tgxworld/fixes_to_request_test | Rafael Mendonça França | 2014-07-18 | 1 | -22/+14 |
|\ \ |
|
| * | | Remove redundant test. | Guo Xiang Tan | 2014-07-18 | 1 | -11/+0 |
| * | | Fix duplicated test. | Guo Xiang Tan | 2014-07-18 | 1 | -2/+6 |
| * | | Update test to clearly reflect what it is testing for. | Guo Xiang Tan | 2014-07-18 | 1 | -5/+7 |
| * | | Update outdated test. | Guo Xiang Tan | 2014-07-18 | 1 | -6/+3 |
* | | | Add CHANGELOG for #14886 | Arthur Neves | 2014-07-18 | 1 | -1/+1 |
* | | | LOCALHOST definition should match any 127.0.0.0/8 address | Earl J St Sauver | 2014-07-18 | 1 | -0/+7 |
* | | | Rails-ish apps should descend from Rails::Railtie | Aaron Patterson | 2014-07-16 | 2 | -5/+12 |
* | | | always transcode the file to utf-8 | Aaron Patterson | 2014-07-16 | 1 | -0/+6 |