| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve router test. | Guo Xiang Tan | 2014-08-21 | 1 | -6/+11 |
* | Avoid duplicating routes for HEAD requests. | Guo Xiang Tan | 2014-08-21 | 2 | -1/+32 |
* | Enable gzip compression by default | schneems | 2014-08-20 | 5 | -2/+30 |
* | Merge pull request #16570 from bradleybuda/breach-mitigation-mask-csrf-token | Jeremy Kemper | 2014-08-19 | 1 | -5/+6 |
|\ |
|
| * | Auth token mask from breach-mitigation-rails gem | Bradley Buda | 2014-08-19 | 1 | -5/+6 |
* | | Protect against error when parsing parameters with Bad Request | Rafael Mendonça França | 2014-08-19 | 1 | -0/+25 |
* | | Fix failing test on several methods on Parameter | Prem Sichanugrist | 2014-08-18 | 2 | -2/+11 |
* | | Seperate Parameters accessors and mutators tests | Prem Sichanugrist | 2014-08-18 | 3 | -57/+215 |
* | | Add missing `Hash` methods to `AC::Parameters` | Prem Sichanugrist | 2014-08-18 | 1 | -0/+21 |
* | | Make `AC::Params#to_h` return Hash with safe keys | Prem Sichanugrist | 2014-08-18 | 1 | -0/+39 |
* | | Expectations first | Akira Matsuda | 2014-08-18 | 7 | -34/+34 |
* | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-17 | 16 | -753/+198 |
|\ \ |
|
| * | | Use AS::JSON for (de)serializing cookies | Godfrey Chan | 2014-08-17 | 1 | -0/+39 |
| * | | `responders` 1.x won't do it. Told you to RTFM for details! | Godfrey Chan | 2014-08-17 | 1 | -0/+2 |
| * | | The gem is called 'responders' | Godfrey Chan | 2014-08-17 | 1 | -2/+2 |
| * | | Raise a more helpful error for people who are using these extracted features | Godfrey Chan | 2014-08-17 | 1 | -0/+30 |
| * | | 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 |
| * | | | Remove more references to respond_with | José Valim | 2014-08-17 | 7 | -6/+0 |
| * | | | Move respond_with to the responders gem | José Valim | 2014-08-17 | 1 | -737/+0 |
| * | | | When your templates change, browser caches bust automatically. | Jeremy Kemper | 2014-08-17 | 2 | -3/+35 |
| | |/
| |/| |
|
| * | | Merge pull request #16027 from tgxworld/template_assertions | Yves Senn | 2014-08-14 | 1 | -0/+23 |
| |\ \ |
|
| | * | | Fix assert_template for files. | Guo Xiang Tan | 2014-08-14 | 1 | -0/+23 |
| * | | | fewer operations on the options hash | Aaron Patterson | 2014-08-13 | 1 | -1/+1 |
| * | | | UnexpectedErrors may reference exceptions that can't be dumped | Aaron Patterson | 2014-08-13 | 1 | -0/+17 |
| |/ / |
|
| * | | Merge pull request #16491 from akshay-vishnoi/doc-changes | Yves Senn | 2014-08-13 | 1 | -1/+1 |
| |\ \ |
|
| | * | | [ci skip] fix spelling of override | Akshay Vishnoi | 2014-08-13 | 1 | -1/+1 |
| * | | | AM, AP, AV, and AMo tests are already order_independent! | Akira Matsuda | 2014-08-13 | 1 | -5/+0 |
| |/ / |
|
* | | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-12 | 85 | -397/+630 |
|\| | |
|
| * | | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 |
| * | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 1 | -0/+5 |
| * | | 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 |
| |/ |
|
| * | Fixes to TestCaseTest. | Guo Xiang Tan | 2014-08-08 | 1 | -4/+5 |
| * | Fix spelling. | Guo Xiang Tan | 2014-08-07 | 1 | -1/+1 |
| * | 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 |
| * | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 1 | -0/+14 |
| * | 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 |
| * | Use PROCESS_COUNT to define the number of parallel executors | Rafael Mendonça França | 2014-07-23 | 1 | -1/+1 |
| * | specify N=0 to prevent parallel tests (just run tests on the main process) | Aaron Patterson | 2014-07-23 | 1 | -2/+6 |
| * | Fix AC::TemplateAssertions instance variables not resetting. | Guo Xiang Tan | 2014-07-21 | 1 | -0/+58 |