aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` opti...José Valim2012-05-151-4/+2
* Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ...José Valim2012-05-151-2/+4
* Use merge! instead reverse_merge! hereSantiago Pastorino2012-05-141-1/+1
* Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_...Carlos Galdino + Rafael Mendonça França2012-05-141-4/+2
* Switch token_tag if blockOscar Del Ben2012-05-051-3/+3
* fix doc [ci skip]Vijay Dev2012-05-041-1/+1
* Update documentation for button_to.Shalva Usubov2012-05-041-1/+6
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-2/+2
* use content_tag in button_to helperSergey Nartimov2012-03-141-2/+3
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-1/+1
* Optimize url helpers.Sergey Nartimov + José Valim2012-03-021-9/+14
* consistently mention first patch, then putXavier Noria2012-02-241-1/+1
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-4/+4
* Refactor button_to to avoid calling method#to_s twiceCarlos Antonio da Silva2012-01-251-23/+13
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-191-1/+1
|\
| * Fix small typo in mail_to docs in url_helper.rbSimon Baird2012-01-191-1/+1
* | Extract method_tagRafael Mendonça França2012-01-191-1/+5
* | Refactor button_to helper to use token_tag methodRafael Mendonça França2012-01-191-4/+10
|/
* remove unused private methodsSergey Nartimov2012-01-131-16/+0
* use Rack::Utils.escape_pathSergey Nartimov2012-01-131-1/+1
* Refactor url_for helper to check for nil in the case statement onlyCarlos Antonio da Silva2012-01-121-8/+8
* Make button_to helper support "form" option which is the form attributes.Wen-Tien Chang2011-09-291-5/+15
* Merge pull request #2815 from avakhov/current-page-non-get-requestsSantiago Pastorino2011-09-051-0/+8
|\
| * current_page? returns false for non-GET requestsAlexey Vakhov2011-09-021-0/+8
* | if ... nil? is more expensive than unlessMilan Dobrota2011-09-041-3/+3
|/
* Use typewriter styling on url_for in documentationasmega2011-08-211-1/+1
* Missed a few instances of British English spelling in the last commitOemuer Oezkir2011-07-241-1/+1
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-4/+4
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-231-10/+10
|\
| * grammar changes in named routes description and clarity around possibilities ...Matt Jankowski2011-06-221-10/+10
* | Minor refactorSantiago Pastorino2011-06-231-2/+2
* | Allow additional link relations when using method attribute with link_toJosh2011-06-201-1/+3
|/
* Add proper fix to `mail_to` helper.Prem Sichanugrist2011-06-081-2/+2
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-6/+6
* Documentation fix. Corrected a copy/paste mistake for link_to_if documentation.Ryan Sandridge2011-05-081-1/+1
* Replace example hostname with "example.com".Joost Baaij2011-04-211-1/+1
* Fixing more spacing inconsistenciesMatt Duncan2011-04-151-2/+2
* Merge branch 'master' of github.com:lifo/docrailsRyan Bigg2011-04-051-1/+1
|\
| * s/ERb/ERB/gAkira Matsuda2011-04-031-1/+1
* | Correct documentation on url_for. It doesn't call to_s, but rather to_paramRyan Bigg2011-04-051-1/+4
|/
* Be sure to javascript_escape the email address to prevent apostrophes inadver...Michael Koziarski2011-02-081-5/+6
* Allow customization of form class for button_toAndrei Bocan2011-02-011-3/+13
* Call html_escape in ERB::Util module and don't mix it in in the helpersSantiago Pastorino2010-10-181-5/+6
* Refactor a bit this code to add data-confirm and data-disable-withSantiago Pastorino2010-10-111-12/+4
* data-disable-with in button_to helperPaco Guzman2010-10-111-0/+6
* refactoring to use fewer intermediate variablesAaron Patterson2010-10-041-11/+12
* cleaning up more crazy!Aaron Patterson2010-10-041-3/+3
* deleting more crazyAaron Patterson2010-10-041-6/+4
* dry up some crazy codesAaron Patterson2010-10-041-8/+6
* Performance: refactor convert_options_to_data_attributes.thedarkone2010-09-271-10/+14