| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test to make sure subclasses also get helpers | Rafael Mendonça França | 2017-03-29 | 1 | -0/+16 |
* | Merge pull request #28514 from y-yagi/follow_up_to_28056 | Andrew White | 2017-03-28 | 1 | -8/+10 |
|\ |
|
| * | Fix store accessors in parameters test | yuuji.yaginuma | 2017-03-22 | 1 | -8/+10 |
* | | Make sure that ActionController::Api can include helpers | Rafael Mendonça França | 2017-03-27 | 1 | -0/+26 |
|/ |
|
* | Merge pull request #28056 from sngeth/wrap_store_accessors_in_params | Rafael França | 2017-03-21 | 1 | -0/+13 |
|\ |
|
| * | Wrap store accessors in parameters | Sid Ngeth | 2017-03-21 | 1 | -0/+13 |
* | | Fix test assertion | Rafael Mendonça França | 2017-03-21 | 1 | -1/+1 |
* | | Fix test that was asserting the wrong thing | Rafael Mendonça França | 2017-03-21 | 1 | -1/+1 |
|/ |
|
* | Revert "Merge pull request #27775 from domcleal/27774-format-reset" | Rafael Mendonça França | 2017-03-21 | 1 | -14/+5 |
* | Fixes ActionController::Rendering#with_defaults | alpaca-tc | 2017-03-12 | 1 | -0/+10 |
* | Use correct value in `reverse_merge` test | yuuji.yaginuma | 2017-03-11 | 1 | -8/+4 |
* | Added `reverse_merge`/`reverse_merge!` to AC::Parameters: | Edouard CHIN | 2017-03-09 | 1 | -0/+29 |
* | Tests for delegated public methods on AC::Parameters | T.J. Schuck | 2017-03-07 | 1 | -0/+63 |
* | Fix malformed asset_url when rendering template with ActionController::Renderer | Giorgos Vrettos | 2017-03-06 | 1 | -0/+14 |
* | Add more missing requires | Andrew White | 2017-02-22 | 1 | -0/+1 |
* | Use `response#location` instead of `#location` in redirect. | Mehmet Emin INAC | 2017-02-20 | 1 | -2/+2 |
* | Set correct "routes" in tests cases | bogdanvlviv | 2017-02-20 | 1 | -3/+3 |
* | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 1 | -1/+0 |
* | Correct spelling | Benjamin Fleischer | 2017-02-05 | 3 | -3/+3 |
* | Delete PATH_INFO after each controller test request | Dominic Cleal | 2017-01-23 | 1 | -0/+14 |
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 2 | -10/+22 |
* | Fix all rubocop violations | Rafael Mendonça França | 2017-01-17 | 1 | -1/+1 |
* | Merge pull request #27692 from y-yagi/make_render_work_with_ac_params | Eileen M. Uchitelle | 2017-01-16 | 1 | -1/+0 |
|\ |
|
| * | make `render` work with AC::Params | yuuji.yaginuma | 2017-01-15 | 1 | -1/+0 |
* | | Added test to ensure that we dont break #to_h again when trying to restore th... | David Heinemeier Hansson | 2017-01-16 | 1 | -0/+5 |
* | | Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285... | David Heinemeier Hansson | 2017-01-16 | 1 | -5/+0 |
|/ |
|
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -1/+1 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 2 | -3/+3 |
* | fix with_routing when testing api only controllers | Julia López | 2016-12-29 | 1 | -0/+24 |
* | Use `next` instead of `break`; avoid terminating whole loop | Jon Moss | 2016-12-29 | 1 | -0/+21 |
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -1/+1 |
* | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 2 | -3/+3 |
* | "Use assert_nil if expecting nil from ...:in `...'. This will fail in minites... | Akira Matsuda | 2016-12-25 | 1 | -2/+1 |
* | "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6." | Akira Matsuda | 2016-12-25 | 1 | -4/+4 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 5 | -10/+10 |
* | Privatize unneededly protected methods in Action Pack tests | Akira Matsuda | 2016-12-23 | 9 | -21/+19 |
* | Document and update API for `skip_parameter_encoding` | Aaron Patterson | 2016-12-21 | 1 | -31/+8 |
* | Merge pull request #27414 from matthewd/fix-xml-vs-html-assertion | Matthew Draper | 2016-12-21 | 1 | -12/+12 |
|\ |
|
| * | Revise the "XML is not HTML" test | Matthew Draper | 2016-12-20 | 1 | -12/+12 |
* | | Only default the response charset when it is first set | Matthew Draper | 2016-12-20 | 1 | -1/+8 |
|/ |
|
* | use public Module#include instead of send :include | yuuji.yaginuma | 2016-11-27 | 1 | -1/+1 |
* | Use accept header instead of mangling request path. | Kasper Timm Hansen | 2016-11-23 | 1 | -2/+25 |
* | Fix `ActionDispatch::IntegrationTest#open_session` | Tawan Sierek | 2016-11-18 | 1 | -0/+8 |
* | Fixed CONTENT_LENGTH header in ActionController::TestRequest | Artem Rashev | 2016-11-15 | 1 | -0/+10 |
* | Fix style violations | Rafael Mendonça França | 2016-11-14 | 1 | -1/+1 |
* | Merge pull request #27007 from maclover7/jm-fix-26912 | Rafael Mendonça França | 2016-11-13 | 1 | -0/+10 |
|\ |
|
| * | Don't error on an empty CONTENT_TYPE | Jon Moss | 2016-11-10 | 1 | -0/+10 |
* | | significant speedup of AC::Parameters#permit | Xavier Noria | 2016-11-12 | 1 | -0/+5 |
* | | adds support for arbitrary hashes in strong parameters | Xavier Noria | 2016-11-11 | 1 | -0/+33 |
* | | Merge pull request #26820 from y-yagi/add_bang_merge_to_parameters | Rafael França | 2016-11-10 | 1 | -0/+17 |
|\ \
| |/
|/| |
|