aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* No private defRafael Mendonça França2019-08-011-2/+4
* These methods doesn't have to be `protected`Akira Matsuda2019-08-011-4/+2
* fix a typo [ci skip]haruyuki972019-07-301-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Added a phone_to helper method, on the style of mail_to and sms_to. (#36775)Pietro Moro2019-07-261-0/+47
* Fix broken rdoc for UrlHelper [ci skip]Ryuta Kamizono2019-07-241-6/+6
* Fix argument in doc sample of new `sms_to` helper [ci skip]Carlos Antonio da Silva2019-07-191-1/+1
* Merge pull request #36511 from aantix/sms_link_helperGuillermo Iguaran2019-07-191-0/+48
|\
| * Doc changes.Jim Jones2019-06-181-4/+4
| * Helper method to create an sms link - when clicked it opens the phone/desktop...Jim Jones2019-06-181-0/+48
* | [ci skip] Use default path in button_to documentationAlberto Almagro2019-06-131-1/+1
|/
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Don't expect defined protect_against_forgery? in {token,csrf_meta}_tagGenadi Samokovarov2018-12-271-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-11/+11
* Fix issue with `button_to`'s `to_form_params`Georgi Georgiev2018-07-161-2/+2
* Use consistent spacing in actionview helper docs [ci skip]Olivier Lacan2018-04-011-1/+1
* docs: add example for a nil name in link_tomaciej-ka2017-12-071-0/+5
* Performance improvements for add_method_to_attributes!Dillon Welch2017-11-071-1/+14
* Fix typoDillon Welch2017-11-021-1/+1
* Use blank? check instead of key? checkDillon Welch2017-11-021-3/+3
* Prevent extra string allocations when no 'rel' arg passedDillon Welch2017-10-261-3/+7
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Fix current_page? helper issue with engine root pathsavroff2017-06-191-1/+4
* Fix `current_page?` regression:Edouard CHIN2017-04-261-1/+1
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-5/+0
* Fix typo in actionview error messageadamgamble2017-03-171-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Add `check_parameters` option to `current_page?`Maksym Pugach2017-01-041-2/+7
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Update url_helper.rb, adjust link_to api docAndreas Maierhofer2016-12-051-4/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Merge pull request #26810 from maclover7/jm-fix-26802Rafael Mendonça França2016-10-221-0/+11
|\
| * Convert ActionController::Parameters to a hash in button_toJon Moss2016-10-171-0/+6
|/
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-29/+29
* systematic revision of =~ usage in AVXavier Noria2016-07-251-1/+2
* Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...Stan Lo2016-07-201-0/+2
* - Freeze strings in frequent used private methodStan Lo2016-03-081-11/+11
* Make per form token work when method is not providedRafael Mendonça França2016-02-221-1/+2
* Do not pass more options that are needed.Rafael Mendonça França2016-02-221-1/+1
* Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them...Vipul A M2016-02-221-1/+1
* Fixed passing of delete method on button_to tag, creating wrong form csrf tokenVipul A M2016-02-211-2/+2
* Fix button_to's params option to support nested names.James Coleman2016-02-191-2/+38
* add option for per-form CSRF tokensBen Toews2016-01-041-3/+7
* Don’t allow arbitrary data in back urlsDamien Burke2015-11-031-2/+12
* Use ERB::Utils to percent encode `hfvalue` parts of mailtoAaron Patterson2015-09-051-2/+2
* use path escaping for email addressesAaron Patterson2015-09-041-1/+1