aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/url_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix button_to's params option to support nested names.James Coleman2016-02-191-2/+44
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-10/+10
* add option for per-form CSRF tokensBen Toews2016-01-041-1/+1
* Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-151-9/+0
* Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-261-0/+4
|\
| * In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-0/+4
* | Don’t allow arbitrary data in back urlsDamien Burke2015-11-031-0/+17
* | Add tests to make sure mail_to work with nil and SafeBufferRafael Mendonça França2015-11-031-0/+14
|/
* `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-0/+14
* no more require minitest mockGaurav Sharma2015-08-271-1/+0
* Encode the email address as prescribed in RFC 6068 section 2.Clayton Smith2015-07-231-0/+7
* use the right assertions.Yves Senn2015-05-051-2/+2
* add test-case for `link_to_if` behavior with a block.Yves Senn2015-05-011-0/+10
* Revert "Merge pull request #19844 from stevenspiel/link_to_if_block_helper_ad...Yves Senn2015-05-011-5/+0
* Merge pull request #19844 from stevenspiel/link_to_if_block_helper_additionYves Senn2015-05-011-0/+5
* Merge pull request #17143 from kuldeepaggarwal/fix-mailToRafael Mendonça França2015-02-201-0/+5
|\
| * do not generate blank options in mailToKuldeep Aggarwal2014-10-021-0/+5
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* | Fixed test for deprecation warning in actionview, renaming from https://githu...Vipul A M2015-01-311-9/+9
* | Add support for Reply-To field in mail_to helperMark Dodwell2014-12-201-2/+2
|/
* Included DomAssertions in url_helper- and atom_feed_helper_test.rb.Timm2014-06-161-1/+1
* Moved Dom and Selector assertions from ActionDispatch to ActionView.Timm2014-06-161-1/+1
* Remove wrapper div for inputs in button_toRafael Mendonça França2014-04-171-20/+20
* Adding an documentation example and a test to button_to with pathAttila Domokos2014-02-021-0/+7
* Merge pull request #10471 from andyw8/button_to_paramsRafael Mendonça França2013-10-241-0/+7
|\
| * Add params option for button_toAndy Waite2013-09-181-0/+7
* | Fix failure with minitest 5.0.7Carlos Antonio da Silva2013-09-061-0/+1
|/
* Make current_page? compare binary stringsRafael Mendonça França2013-08-011-0/+8
* Fix `current_page?` when the URL contains escaped charactersRafael Mendonça França2013-08-011-0/+13
* Fix link_to with block and url_hashsanemat2013-07-071-0/+7
* Remove action view test duplicationsanemat2013-07-071-3/+0
* Remove unneeded filesPiotr Sarnacki2013-06-201-1/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+759