| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge pull request #19147 from gsamokovarov/work-around-ruby-10695 | Eileen M. Uchitelle | 2015-03-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Work around for upstream Ruby bug #10685 | Genadi Samokovarov | 2015-03-01 | 1 | -1/+1 |
* | | | Merge pull request #15806 from tgxworld/partition_routes_during_setup | Aaron Patterson | 2015-03-02 | 1 | -0/+21 |
|\ \ \ |
|
| * | | | Partition routes during setup. | Guo Xiang Tan | 2015-02-26 | 1 | -0/+21 |
* | | | | Remove unneeded comment. [ci skip] | Zoltan Kiss | 2015-03-02 | 1 | -1/+0 |
* | | | | Skip the failing tests on Rubinius for now | Robin Dupret | 2015-03-02 | 1 | -0/+2 |
* | | | | Avoid accurate assertions on error messages | Robin Dupret | 2015-03-02 | 1 | -2/+2 |
* | | | | Avoid parallelizing Action Pack's tests on Rubinius | Robin Dupret | 2015-03-02 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Fix segmentation fault in ActionPack tests | eileencodes | 2015-02-28 | 1 | -1/+1 |
* | | | Merge pull request #19104 from y-yagi/fix_skip_filter | Carlos Antonio da Silva | 2015-02-27 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | fix NameError in `skip_filter`. callback doesn't exist. | yuuji.yaginuma | 2015-02-27 | 1 | -0/+8 |
* | | | | Revert integration test refactoring that caused app test regressions | Jeremy Kemper | 2015-02-26 | 1 | -0/+4 |
* | | | | Revert "Merge pull request #18764 from tsun1215/master" | Jeremy Kemper | 2015-02-26 | 1 | -4/+5 |
|/ / / |
|
* | | | Merge pull request #18434 from brainopia/change_filter_on_rails_info_routes | Richard Schneeman | 2015-02-26 | 1 | -8/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Change filter on /rails/info/routes to use an actual path regexp from rails | brainopia | 2015-02-23 | 1 | -8/+0 |
* | | | 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 | 4 | -0/+66 |
|\ \ \ |
|
| * | | | Collections automatically cache and fetch partials. | Kasper Timm Hansen | 2015-02-21 | 4 | -0/+66 |
* | | | | Add a failing test demonstrating regression with HEAD requests to Rack apps, ... | Jeremy Kemper | 2015-02-24 | 1 | -3/+9 |
| |_|/
|/| | |
|
* | | | 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 | 3 | -18/+3 |
* | | | Removing unused constants from abstract_unit | Thiago Pradi | 2015-02-22 | 1 | -2/+0 |
* | | | Removing unused controller from abstract_unit | Thiago Pradi | 2015-02-22 | 1 | -16/+0 |
* | | | Removing unused template | Thiago Pradi | 2015-02-22 | 1 | -5/+0 |
|/ / |
|
* | | Prefer request_id over uuid and test the alias | Rafael Mendonça França | 2015-02-20 | 1 | -4/+8 |
* | | Merge pull request #18218 from brainopia/fix_match_shorthand_in_routes | Rafael Mendonça França | 2015-02-20 | 1 | -0/+9 |
|\ \ |
|
| * | | Improve shorthand matching for routes | brainopia | 2015-01-25 | 1 | -0/+9 |
* | | | 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 |
| |_|_|/
|/| | | |
|
* | | | | lazily create the integration session | Aaron Patterson | 2015-02-12 | 1 | -4/+0 |
|/ / / |
|
* | | | Merge pull request #11790 from printercu/patch-3 | Rafael Mendonça França | 2015-02-12 | 1 | -7/+26 |
|\ \ \ |
|
| * | | | ActionController#translate also lookups shortcut without action name | Max Melentiev | 2013-10-22 | 1 | -2/+6 |
| * | | | ActionController#translate supports symbols | printercu | 2013-09-25 | 1 | -6/+21 |
* | | | | 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 |
* | | | | Explicitly ignored wildcard verbs from head_routes | Terence Sun | 2015-02-08 | 1 | -0/+12 |
* | | | | 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 | 6 | -6/+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 |