| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed non-standard and unused require 'active_support/deprecation' from par... | Vipul A M | 2015-02-27 | 1 | -1/+0 |
* | Try only to decode strings | Rafael Mendonça França | 2015-02-18 | 1 | -2/+4 |
* | Merge pull request #18917 from lautis/non-string-csrf-token | Rafael Mendonça França | 2015-02-18 | 1 | -1/+1 |
|\ |
|
| * | Handle non-string authenticity tokens | Ville Lautanala | 2015-02-12 | 1 | -1/+1 |
* | | Tiny documentation edits [ci skip] | Robin Dupret | 2015-02-15 | 1 | -3/+3 |
* | | Implement http_cache_forever to ActionController | Arthur Neves | 2015-02-15 | 1 | -0/+18 |
|/ |
|
* | Accept a collection in fresh_when and stale? | claudiob | 2015-02-10 | 1 | -10/+36 |
* | Fix wrong kwarg "record" from #18872 | claudiob | 2015-02-10 | 1 | -1/+1 |
* | Convert stale? and fresh_when to use keyword arguments. | Kasper Timm Hansen | 2015-02-10 | 1 | -12/+10 |
* | Merge pull request #18771 from kirs/deprecate-xhr | Rafael Mendonça França | 2015-02-05 | 1 | -3/+18 |
|\ |
|
| * | Migrating xhr methods to keyword arguments syntax | Kir Shatrov | 2015-02-01 | 1 | -3/+18 |
* | | Merge pull request #18721 from sj26/pre-discard-flash | Aaron Patterson | 2015-02-01 | 1 | -0/+2 |
|\ \ |
|
| * | | Fix flash remaining after last flash deleted | Samuel Cochran | 2015-01-29 | 1 | -0/+2 |
* | | | Fix a typo in deprecation warning. #process takes method instead of http_method. | Juanito Fatas | 2015-01-31 | 1 | -1/+1 |
* | | | [ci skip] Document format parameter of process method in AC test_case. | Juanito Fatas | 2015-01-31 | 1 | -0/+1 |
| |/
|/| |
|
* | | Use fixed fonts only in the name of the parameter | Rafael Mendonça França | 2015-01-29 | 1 | -8/+8 |
* | | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 1 | -28/+93 |
|/ |
|
* | Fixed undefined method error when doing authentication. | Zhang Kai Yu | 2015-01-24 | 1 | -2/+2 |
* | Speed up `normalize_keys` by removing dup step. | Kasper Timm Hansen | 2015-01-22 | 1 | -9/+6 |
* | Add ActionController::Base.render | brainopia | 2015-01-22 | 1 | -0/+3 |
* | Add ActionController::Renderer | brainopia | 2015-01-22 | 2 | -0/+111 |
* | Add ActionController#build_with_env | brainopia | 2015-01-22 | 1 | -0/+6 |
* | Add `ActionController::Metal#set_request!` | brainopia | 2015-01-21 | 2 | -4/+8 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-01-15 | 1 | -2/+2 |
|\ |
|
| * | Better examples for fresh_when and stale? | claudiob | 2015-01-06 | 1 | -2/+2 |
* | | Add prepend option to protect_from_forgery. | Josef Šimánek | 2015-01-08 | 1 | -1/+8 |
* | | Remove ActionController::HideActions (closes #18336) | brainopia | 2015-01-06 | 2 | -41/+0 |
* | | Improve protect_from_forgery documentation. [ci skip]. | Josef Šimánek | 2015-01-06 | 1 | -3/+3 |
* | | Reset template assertions without warnings | brainopia | 2015-01-05 | 1 | -2/+4 |
* | | Document all options for protect_from_forgery. | Josef Šimánek | 2015-01-04 | 1 | -8/+2 |
* | | Remove unused require | Carlos Antonio da Silva | 2015-01-04 | 1 | -1/+0 |
* | | Remove respond_to/respond_with placeholder methods | Carlos Antonio da Silva | 2015-01-04 | 1 | -20/+0 |
* | | Remove Struct#to_h backport | Rafael Mendonça França | 2015-01-04 | 1 | -1/+0 |
* | | Remove deprecated option `use_route` in controller tests | Rafael Mendonça França | 2015-01-04 | 1 | -23/+1 |
|/ |
|
* | Merge pull request #17978 from kommen/fixed-pr-14903 | Rafael Mendonça França | 2015-01-02 | 1 | -4/+7 |
|\ |
|
| * | Ensure append_info_to_payload is called even if an exception is raised. | Dieter Komendera | 2014-12-10 | 1 | -4/+7 |
* | | Integration requests should work in contexts without setup and teardown | brainopia | 2015-01-02 | 1 | -1/+2 |
* | | Correctly use the response's status code calling head | Robin Dupret | 2014-12-31 | 2 | -5/+2 |
* | | stop referencing `env` in url_for | Aaron Patterson | 2014-12-30 | 1 | -1/+1 |
* | | use methods on the request rather than direct hash access | Aaron Patterson | 2014-12-30 | 1 | -2/+2 |
* | | Remove single space response body for head request | Prathamesh Sonpatki | 2014-12-30 | 1 | -2/+2 |
* | | Minor documentation edits [ci skip] | Robin Dupret | 2014-12-28 | 1 | -1/+1 |
* | | Update example test documentation | Ben Prew | 2014-12-28 | 1 | -4/+2 |
* | | Remove ActionController::ModelNaming | claudiob | 2014-12-25 | 1 | -12/+0 |
* | | Merge pull request #18102 from arthurnn/nodoc_constant | Arthur Nogueira Neves | 2014-12-19 | 1 | -0/+1 |
* | | Revert "Merge pull request #18003 from sikachu/permit_all_parameters-thread-s... | Godfrey Chan | 2014-12-19 | 1 | -11/+6 |
* | | Fix typo in nodoc should be `:nodoc:` for RDoc to parse correctly | Zachary Scott | 2014-12-17 | 1 | -1/+1 |
* | | Merge pull request #17995 from jethroo/fix/assert_template_with_unsupported_l... | Rafael Mendonça França | 2014-12-16 | 1 | -0/+2 |
|\ \ |
|
| * | | adding that assert_template with :layout will raise ArgumentError for unknown... | Carsten Wirth | 2014-12-16 | 1 | -0/+2 |
| |/ |
|
* | | Don't convert empty arrays to nils when deep munging params | Chris Sinjakli | 2014-12-15 | 1 | -9/+0 |