aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cut string allocations in content_tag_stringschneems2015-07-291-2/+2
* Optimize hash keyschneems2015-07-291-1/+1
* Encode the email address as prescribed in RFC 6068 section 2.Clayton Smith2015-07-231-1/+2
* Revert "Merge pull request #19844 from stevenspiel/link_to_if_block_helper_ad...Yves Senn2015-05-011-1/+1
* Update url_helper.rbSteven Spiel2015-04-211-1/+1
* Merge pull request #19566 from aditya-kapoor/remove-dup-docRichard Schneeman2015-04-111-22/+10
|\
| * [ci skip] remove duplicate doc for current_page?Aditya Kapoor2015-04-091-22/+10
* | [skip ci] Update information about #link_to attributesAnton Davydov2015-04-041-4/+3
* | [skip ci] Add information about #link_to target optionAnton Davydov2015-04-011-0/+6
|/
* Simplify setting button form optionsCarlos Antonio da Silva2015-03-221-2/+3
* Remove additional handling of boolean attributes on button to helperCarlos Antonio da Silva2015-03-181-30/+0