| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a wrong feature test method name | Taishi Kasuga | 2015-04-11 | 1 | -1/+1 |
* | fix fails to force_ssl_redirection if session_store is disabled | Taishi Kasuga | 2015-04-09 | 1 | -0/+25 |
* | Fix ActionPack tests after changes to missing template logger | eileencodes | 2015-04-06 | 1 | -0/+1 |
* | head no_content when there is no template or action performed | Stephen Bussey | 2015-04-05 | 1 | -6/+16 |
* | Return super in ActionController::Parameters.const_missing | Shuhei Kagawa | 2015-03-28 | 1 | -1/+8 |
* | Fix failing tests for #19474 | Andrew White | 2015-03-23 | 1 | -2/+2 |
* | remove old unavailable link with relevant fix | Gaurav Sharma | 2015-03-23 | 1 | -2/+2 |
* | Fix kwargs warning in `test_get_xml` | eileencodes | 2015-03-20 | 1 | -1/+1 |
* | Fix test messages use directly true, false and nil instead of their symbol | Akshay Vishnoi | 2015-03-19 | 1 | -3/+3 |
* | Compare content_type with Mime::XML instead of regexp | Boris Peterbarg | 2015-03-16 | 1 | -0/+17 |
* | Merge pull request #19291 from hired/return-truthy-value-from-head | Rafael Mendonça França | 2015-03-13 | 1 | -0/+11 |
|\ |
|
| * | Return true from head method | Joel Hayhurst | 2015-03-12 | 1 | -0/+11 |
* | | Use request.session.id instead of request.session_options[:id] | Brian John | 2015-03-12 | 1 | -8/+0 |
|/ |
|
* | Call super last in before_setup | eileencodes | 2015-03-09 | 1 | -0/+12 |
* | pass a config to the route set | Aaron Patterson | 2015-03-05 | 1 | -6/+10 |
* | Merge pull request #18775 from yasyf/issue_5122 | Rafael Mendonça França | 2015-03-03 | 1 | -0/+10 |
|\ |
|
| * | Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`. | Yasyf Mohamedali | 2015-02-24 | 1 | -0/+10 |
* | | Skip the failing tests on Rubinius for now | Robin Dupret | 2015-03-02 | 1 | -0/+2 |
* | | fix NameError in `skip_filter`. callback doesn't exist. | yuuji.yaginuma | 2015-02-27 | 1 | -0/+8 |
* | | Fix default headers in test responses | Jeremy Kemper | 2015-02-25 | 2 | -16/+64 |
* | | Merge pull request #18948 from kaspth/automatic-collection-caching | Rafael Mendonça França | 2015-02-25 | 1 | -0/+58 |
|\ \
| |/
|/| |
|
| * | Collections automatically cache and fetch partials. | Kasper Timm Hansen | 2015-02-21 | 1 | -0/+58 |
* | | Use other controller instead of sharing the controller | Rafael Mendonça França | 2015-02-24 | 1 | -18/+17 |
* | | Make TestController available to all test classes | Rafael Mendonça França | 2015-02-24 | 1 | -16/+16 |
* | | Merge pull request #19060 from iainbeeston/deprecate-skip-action-callback | Rafael Mendonça França | 2015-02-24 | 1 | -2/+22 |
|\ \ |
|
| * | | Deprecate `AbstractController::Callbacks#skip_action_callback` | Iain Beeston | 2015-02-24 | 1 | -2/+22 |
* | | | Removing old helper that was necessary for compatibility with Ruby 1.8.x | Thiago Pradi | 2015-02-22 | 2 | -5/+3 |
|/ / |
|
* | | Merge pull request #18665 from sgrif/sg-test-route-all | Sean Griffin | 2015-02-20 | 1 | -0/+22 |
|\ \ |
|
| * | | Allow `method: "all"` as a valid routing test option | Sean Griffin | 2015-01-23 | 1 | -0/+22 |
* | | | Merge pull request #18917 from lautis/non-string-csrf-token | Rafael Mendonça França | 2015-02-18 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Handle non-string authenticity tokens | Ville Lautanala | 2015-02-12 | 1 | -0/+7 |
| | |/
| |/| |
|
* / | | Implement http_cache_forever to ActionController | Arthur Neves | 2015-02-15 | 1 | -0/+53 |
|/ / |
|
* | | Accept a collection in fresh_when and stale? | claudiob | 2015-02-10 | 1 | -1/+49 |
* | | Fix wrong kwarg "record" from #18872 | claudiob | 2015-02-10 | 1 | -0/+1 |
* | | Merge pull request #18771 from kirs/deprecate-xhr | Rafael Mendonça França | 2015-02-05 | 6 | -106/+112 |
|\ \ |
|
| * | | Migrating xhr methods to keyword arguments syntax | Kir Shatrov | 2015-02-01 | 6 | -106/+112 |
* | | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 3 | -3/+0 |
* | | | Merge pull request #18721 from sj26/pre-discard-flash | Aaron Patterson | 2015-02-01 | 2 | -11/+26 |
|\ \ \ |
|
| * | | | Migrate old flash behaviour | Samuel Cochran | 2015-01-30 | 1 | -6/+7 |
| * | | | Discard from flash before persisting in session | Samuel Cochran | 2015-01-29 | 1 | -7/+9 |
| * | | | Fix flash remaining after last flash deleted | Samuel Cochran | 2015-01-29 | 1 | -0/+12 |
* | | | | Merge pull request #18759 from yuki24/remove-warning | Yves Senn | 2015-02-01 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | :scissors: warning from controller renderer test | Yuki Nishijima | 2015-01-31 | 1 | -3/+3 |
| | |/ /
| |/| | |
|
* / | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 4 | -7/+7 |
|/ / / |
|
* | | | Remove duplicated tests | Rafael Mendonça França | 2015-01-29 | 1 | -30/+0 |
* | | | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 12 | -50/+54 |
* | | | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 28 | -254/+621 |
* | | | Preserve default url options when generating URLs | Tekin Suleyman | 2015-01-28 | 1 | -0/+21 |
|/ / |
|
* | | Just assert the deprecation of one method | Rafael Mendonça França | 2015-01-28 | 1 | -10/+15 |
* | | Merge pull request #18693 from aditya-kapoor/deprecate_via_redirect | Rafael Mendonça França | 2015-01-28 | 1 | -15/+25 |
|\ \ |
|