| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | RouteSet should be in charge of constructing the dispather | Aaron Patterson | 2014-07-15 | 1 | -2/+2 |
* | | Stash original path in `ShowExceptions` middleware | Grey Baker | 2014-07-14 | 1 | -1/+2 |
* | | Merge pull request #13999 from jamox/update_rack | Aaron Patterson | 2014-07-08 | 2 | -7/+17 |
|\ \
| |/
|/| |
|
| * | Upgraded rack | Jarmo Isotalo | 2014-05-19 | 2 | -7/+17 |
* | | always test against a routed rack app so there are always url_helpers | Aaron Patterson | 2014-07-07 | 4 | -35/+65 |
* | | Generate shallow paths for all children of shallow resources. | Seb Jacobs | 2014-07-06 | 1 | -0/+22 |
* | | Remove symbolized_path_parameters. | Guo Xiang Tan | 2014-07-02 | 1 | -2/+2 |
* | | Fix typo | Rafael Mendonça França | 2014-07-02 | 1 | -1/+1 |
* | | Fix request's path_info when a rack app mounted at '/'. | Larry Lv | 2014-06-14 | 1 | -0/+7 |
* | | Merge pull request #15530 from zuhao/refactor_actionpack_reloader_test | Matthew Draper | 2014-06-06 | 1 | -0/+5 |
|\ \ |
|
| * | | Reset callbacks after test. | Zuhao Wan | 2014-06-05 | 1 | -0/+5 |
* | | | Merge pull request #15532 from zuhao/refactor_actionpack_response_test | Yves Senn | 2014-06-05 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Restore Response.default_headers after test. | Zuhao Wan | 2014-06-05 | 1 | -2/+4 |
* | | | | Avoid hard-coded value in test setup/teardown. | Zuhao Wan | 2014-06-05 | 1 | -1/+2 |
|/ / / |
|
* | | | Merge pull request #15529 from zuhao/refactor_actionpack_mime_type_test | Yves Senn | 2014-06-05 | 1 | -2/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Mime::PNG is already defined. | Zuhao Wan | 2014-06-05 | 1 | -2/+0 |
* | | | Avoid hardcoded value in test setup/teardown. | Zuhao Wan | 2014-06-05 | 1 | -1/+2 |
|/ / |
|
* | | Merge pull request #15349 from tgxworld/remove_duplicated_method_call | Rafael Mendonça França | 2014-06-03 | 1 | -4/+1 |
|\ \ |
|
| * | | Remove duplicated HashWithIndifferentAccess#with_indifferent_access. | Guo Xiang Tan | 2014-05-26 | 1 | -4/+1 |
* | | | Routes specifying 'to:' must be a string that contains a "#" or a rack | Aaron Patterson | 2014-06-03 | 2 | -24/+32 |
* | | | use the factory method to construct the mapping | Aaron Patterson | 2014-06-03 | 1 | -1/+1 |
* | | | add tests for mixing :to and controller / action | Aaron Patterson | 2014-06-03 | 1 | -0/+48 |
* | | | test with an empty via | Aaron Patterson | 2014-06-03 | 1 | -0/+8 |
* | | | add a test for missing "via" parameter | Aaron Patterson | 2014-06-03 | 1 | -0/+8 |
* | | | Mapping never actually uses @set, so rm | Aaron Patterson | 2014-05-29 | 1 | -1/+1 |
* | | | use a parser to extract the group parts from the path | Aaron Patterson | 2014-05-29 | 1 | -2/+2 |