aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/url_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change test description with the correct URL namePietro Moro2019-07-261-8/+8
* Change the test description to say the URL helper name in test.Abhay Nikam2019-07-271-7/+7
* Added a phone_to helper method, on the style of mail_to and sms_to. (#36775)Pietro Moro2019-07-261-0/+64
* Helper method to create an sms link - when clicked it opens the phone/desktop...Jim Jones2019-06-181-0/+62
* Don't expect defined protect_against_forgery? in {token,csrf_meta}_tagGenadi Samokovarov2018-12-271-0/+10
* respect path_only option when an array is passed into url_forJoel Ambass2018-10-011-0/+9
* Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-11/+33
|\
| * Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-11/+33
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
|/
* Fix issue with `button_to`'s `to_form_params`Georgi Georgiev2018-07-161-1/+8
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-6/+6
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
|\ \ | |/ |/|
| * Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | Fix current_page? helper issue with engine root pathsavroff2017-06-191-3/+13
|/
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* ERB::Util.url_encode no longer escapes ~ since ruby 2.5Akira Matsuda2017-05-191-2/+2
* Merge pull request #28848 from Edouard-chin/ec-remove-unused-methodRafael França2017-04-261-7/+0
|\
| * `sort_query_string_params` method is no more usedEdouard CHIN2017-04-231-7/+0
* | Fix `current_page?` regression:Edouard CHIN2017-04-261-0/+18
|/
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-1/+5
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Merge pull request #27549 from mpugach/consider_params_in_current_pageRafael França2017-01-041-0/+9
|\
| * Add `check_parameters` option to `current_page?`Maksym Pugach2017-01-041-0/+9
* | Fix typo s/permited/permitted/Ryuta Kamizono2017-01-041-2/+2
|/
* Privatize unneededly protected methods in Action View testsAkira Matsuda2016-12-231-1/+1
* Merge pull request #26810 from maclover7/jm-fix-26802Rafael Mendonça França2016-10-221-0/+27
|\
| * Convert ActionController::Parameters to a hash in button_toJon Moss2016-10-171-0/+16
|/
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionviewXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionview/testXavier Noria2016-08-061-78/+78
* Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...Stan Lo2016-07-201-0/+6
* silence deprecation message for dynamic controller and actions on Action View...yuuji.yaginuma2016-03-131-1/+3
* 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