| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | | | Fix flash remaining after last flash deleted | Samuel Cochran | 2015-01-29 | 1 | -0/+12 |
* | | | | | Merge pull request #18769 from gsamokovarov/exception-wrapper-windows-paths | Andrew White | 2015-02-01 | 1 | -0/+17 |
|\ \ \ \ \ |
|
| * | | | | | Show proper traces on Windows for the error pages | Genadi Samokovarov | 2015-02-01 | 1 | -0/+17 |
* | | | | | | 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 | 23 | -103/+107 |
* | | | | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 41 | -334/+702 |
* | | | | 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 |
|\ \ \ |
|
| * | | | Deprecate *_via_redirect integration test methods | Aditya Kapoor | 2015-01-28 | 1 | -15/+25 |
| | |/
| |/| |
|
* / | | Add test for HTTP basic authentication when no credential is given. | Zhang Kai Yu | 2015-01-24 | 1 | -0/+7 |
|/ / |
|
* | | Merge pull request #18546 from brainopia/action_view_render | Rafael Mendonça França | 2015-01-22 | 2 | -0/+112 |
|\ \ |
|
| * | | Add ActionController::Base.render | brainopia | 2015-01-22 | 1 | -0/+4 |
| * | | Add ActionController::Renderer | brainopia | 2015-01-22 | 1 | -0/+99 |
| * | | Add `ActionController::Metal#set_request!` | brainopia | 2015-01-21 | 1 | -0/+9 |
* | | | Fix name_for_action in routing | rono23 | 2015-01-19 | 1 | -0/+38 |
|/ / |
|
* | | Remove unused AV fixtures from AP tests | claudiob | 2015-01-11 | 1 | -65/+0 |
* | | No need of requiring `rbconfig`, it is by-default loaded | Kuldeep Aggarwal | 2015-01-10 | 1 | -1/+0 |
* | | Default headers, removed in controller actions, will not be reapplied to the ... | Jonas Baumann | 2015-01-09 | 1 | -0/+23 |
* | | Deprecate all *_filter callbacks in favor of *_action callbacks | Abdelkader Boudih | 2015-01-08 | 1 | -3/+5 |
* | | Merge pull request #18404 from claudiob/rebase-14549 | Rafael Mendonça França | 2015-01-08 | 1 | -0/+34 |
|\ \ |
|
| * | | Add test/doc for :if/:except in skip_before_action | claudiob | 2015-01-08 | 1 | -2/+19 |
| * | | Add test case and documentation for skip_before_filter. | Lauro Caetano | 2015-01-08 | 1 | -0/+17 |
* | | | Add prepend option to protect_from_forgery. | Josef Šimánek | 2015-01-08 | 1 | -0/+60 |
* | | | Remove ActionController::HideActions (closes #18336) | brainopia | 2015-01-06 | 1 | -38/+1 |
|/ / |
|
* | | Remove respond_to/respond_with placeholder methods | Carlos Antonio da Silva | 2015-01-04 | 1 | -32/+0 |
* | | Remove deprecated usage of string keys in URL helpers | Rafael Mendonça França | 2015-01-04 | 1 | -20/+0 |
* | | Remove deprecated `only_path` option on `*_path` helpers | Rafael Mendonça França | 2015-01-04 | 1 | -44/+0 |
* | | Remove deprecate `*_path` helpers in email views | Rafael Mendonça França | 2015-01-04 | 1 | -14/+0 |