aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/url_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10971 from dtaniwaki/escape_link_to_unlessRafael Mendonça França2013-06-241-0/+5
* Accept :remote as symbol in link_to optionsRiley2012-10-061-0/+7
* html_escape should escape single quotesSantiago Pastorino2012-08-021-5/+5
* Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op...Rafael Mendonça França2012-08-011-78/+30
* Duplicate tests removed.Arun Agrawal2012-06-091-16/+0
* Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-06-051-17/+74
* Deprecate `:disable_with` for `button_tag` tooCarlos Galdino + Rafael Mendonça França2012-05-141-3/+3
* Deprecate `:disable_with` in favor of `'data-disable-with'` option for `butto...Carlos Galdino + Rafael Mendonça França2012-05-141-13/+19
* default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-081-1/+1
* Make button_to helper support "form" option which is the form attributes.Wen-Tien Chang2011-09-291-0/+4
* current_page? returns false for non-GET requestsAlexey Vakhov2011-09-021-2/+8
* Fix a wrong assertion on url_helper_test, and refactor `html_safe` test to be...Prem Sichanugrist2011-07-171-2/+6
* Adds a test to check link_to with method & rel optionsJosh2011-06-211-0/+7
* Define ActiveSupport#to_param as to_str - closes #1663Andrew White2011-06-121-0/+8
* Prepare the context in URLHelperTest so that there are no required uninitiali...wycats2011-05-221-0/+2
* Remove dependency from _template.José Valim2011-05-011-1/+1
* Be sure to javascript_escape the email address to prevent apostrophes inadver...Michael Koziarski2011-02-081-4/+5
* add test to check class is being escaped in form_classSantiago Pastorino2011-02-011-0/+4
* Allow customization of form class for button_toAndrei Bocan2011-02-011-0/+4
* Make sure capture's output gets html_escaped [#5545 state:resolved]Jeff Kreeftmeijer2010-11-021-6/+1
* Allow generated url helpers to be overriden [#5243 state:resolved]Andrew White2010-10-261-0/+18
* data-disable-with in button_to helperPaco Guzman2010-10-111-0/+21
* Clean up unused methods from AV::Base and pass in the template object on rend...José Valim2010-10-101-1/+1
* delete repeated codeAaron Patterson2010-10-011-18/+0
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-3/+2
* Removing unnecessary codeThiago Pradi2010-09-021-7/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* These tests are trusting in the order of the elements so use OrderedHash inst...Santiago Pastorino2010-07-211-13/+9
* Refactor recall parameter normalization [#5021 state:resolved]Andrew White2010-07-031-2/+27
* We are trying to test that & escapes here not that & is being escaped, al...Santiago Pastorino2010-06-291-3/+2
* s/escape_once/html_escape/, since html safety is the contract that now says w...Xavier Noria2010-06-301-2/+2
* url_for no longer escapes HTML, the :escape option is also goneXavier Noria2010-06-301-16/+4
* Restores the escaping of urls generated from hashes. [#4765 state:resolved]Andrew White2010-06-281-8/+4
* Normalize recall params when the route is not a standard route otherwise :con...Andrew White2010-06-271-0/+22
* Allow :remote => false to be passed to link_toNicolas Sanguinetti2010-04-221-0/+14
* params already has a setted controller and action hereSantiago Pastorino2010-04-211-1/+0
* url_for now works with HashWithIndifferentAccess ht jay [#4391 state:committed]Santiago Pastorino2010-04-211-0/+10
* mail_to with :encode => :javascript now outputs safe htmlSam Elliott2010-04-161-2/+6
* Consistently use lowercase instead of camelCase for all JS class names in RailsDavid Heinemeier Hansson2010-04-081-10/+10
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-215/+204
* Fix link_to with blockJeremy Kemper2010-03-151-4/+1
* Get rid of the instance-level URL rewriterwycats2010-03-091-2/+0
* Reinstate default_url_options and remove url_options= writerJeremy Kemper2010-03-081-1/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-7/+2
* Fix tests for the request refactorCarl Lerche2010-03-031-18/+34
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-3/+0
* Silence test deprecation warningsCarlhuda2010-02-261-1/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-18/+18
* content_tag should escape its inputBruno Michel2010-02-141-1/+1
* data-remote needs to be on the form and not the submit when using button_to :...Erik St. Martin2010-01-311-0/+7