| Commit message (Expand) | Author | Age | Files | Lines |
* | silence deprecation message for dynamic controller and actions on Action View... | yuuji.yaginuma | 2016-03-13 | 1 | -1/+3 |
* | Fix button_to's params option to support nested names. | James Coleman | 2016-02-19 | 1 | -2/+44 |
* | html_safe is not supposed to be public API for AV. This change removes usage ... | Vipul A M | 2016-01-20 | 1 | -10/+10 |
* | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 1 | -1/+1 |
* | Prevent ActionController::Parameters from being passed to url_for directly | Jean Boussier | 2015-12-15 | 1 | -9/+0 |
* | Merge pull request #21241 from pdg137/master | Arthur Nogueira Neves | 2015-11-26 | 1 | -0/+4 |
|\ |
|
| * | In url_for, never append ? when the query string is empty anyway. | Paul Grayson | 2015-10-29 | 1 | -0/+4 |
* | | Don’t allow arbitrary data in back urls | Damien Burke | 2015-11-03 | 1 | -0/+17 |
* | | Add tests to make sure mail_to work with nil and SafeBuffer | Rafael Mendonça França | 2015-11-03 | 1 | -0/+14 |
|/ |
|
* | `url_for` does not modify polymorphic options | Bernerd Schaefer | 2015-09-04 | 1 | -0/+14 |
* | no more require minitest mock | Gaurav Sharma | 2015-08-27 | 1 | -1/+0 |
* | Encode the email address as prescribed in RFC 6068 section 2. | Clayton Smith | 2015-07-23 | 1 | -0/+7 |
* | use the right assertions. | Yves Senn | 2015-05-05 | 1 | -2/+2 |
* | add test-case for `link_to_if` behavior with a block. | Yves Senn | 2015-05-01 | 1 | -0/+10 |
* | Revert "Merge pull request #19844 from stevenspiel/link_to_if_block_helper_ad... | Yves Senn | 2015-05-01 | 1 | -5/+0 |
* | Merge pull request #19844 from stevenspiel/link_to_if_block_helper_addition | Yves Senn | 2015-05-01 | 1 | -0/+5 |
* | Merge pull request #17143 from kuldeepaggarwal/fix-mailTo | Rafael Mendonça França | 2015-02-20 | 1 | -0/+5 |
|\ |
|
| * | do not generate blank options in mailTo | Kuldeep Aggarwal | 2014-10-02 | 1 | -0/+5 |
* | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | | Fixed test for deprecation warning in actionview, renaming from https://githu... | Vipul A M | 2015-01-31 | 1 | -9/+9 |
* | | Add support for Reply-To field in mail_to helper | Mark Dodwell | 2014-12-20 | 1 | -2/+2 |
|/ |
|
* | Included DomAssertions in url_helper- and atom_feed_helper_test.rb. | Timm | 2014-06-16 | 1 | -1/+1 |
* | Moved Dom and Selector assertions from ActionDispatch to ActionView. | Timm | 2014-06-16 | 1 | -1/+1 |
* | Remove wrapper div for inputs in button_to | Rafael Mendonça França | 2014-04-17 | 1 | -20/+20 |
* | Adding an documentation example and a test to button_to with path | Attila Domokos | 2014-02-02 | 1 | -0/+7 |
* | Merge pull request #10471 from andyw8/button_to_params | Rafael Mendonça França | 2013-10-24 | 1 | -0/+7 |
|\ |
|
| * | Add params option for button_to | Andy Waite | 2013-09-18 | 1 | -0/+7 |
* | | Fix failure with minitest 5.0.7 | Carlos Antonio da Silva | 2013-09-06 | 1 | -0/+1 |
|/ |
|
* | Make current_page? compare binary strings | Rafael Mendonça França | 2013-08-01 | 1 | -0/+8 |
* | Fix `current_page?` when the URL contains escaped characters | Rafael Mendonça França | 2013-08-01 | 1 | -0/+13 |
* | Fix link_to with block and url_hash | sanemat | 2013-07-07 | 1 | -0/+7 |
* | Remove action view test duplication | sanemat | 2013-07-07 | 1 | -3/+0 |
* | Remove unneeded files | Piotr Sarnacki | 2013-06-20 | 1 | -1/+0 |
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+759 |