aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge docrails:Pratik Naik2008-05-091-14/+14
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+8
* Improve documentation.Pratik Naik2008-04-051-1/+1
* Docfix (closes #11226) [mikong]David Heinemeier Hansson2008-03-151-2/+2
* Ruby 1.9 compat: url helper encodingJeremy Kemper2007-12-211-9/+5
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]Marcel Molina2007-11-061-1/+1
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-081-3/+11
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-2/+2
* Protect button_to behind protect_from_forgery (closes #9675) [lifo]David Heinemeier Hansson2007-09-251-2/+7
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-1/+1
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+4
* Doc fix (closes #9414) [Henrik N]David Heinemeier Hansson2007-09-221-3/+3
* Fixed that setting the :host option in url_for would automatically turn off :...David Heinemeier Hansson2007-09-221-2/+3
* Fixed that link_to with an href of # when using :method will not allow for cl...David Heinemeier Hansson2007-06-231-9/+19
* Don't double-escape url_for in views. Closes #8144.Jeremy Kemper2007-06-051-1/+1
* Clean up the simply_helpful merge.Jeremy Kemper2007-05-181-1/+1
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-14/+36
* Enhance documentation and add examples for url_for. Closes #8227. [jeremymcan...Marcel Molina2007-05-061-57/+163
* Deprecation: remove deprecated link_to_image and link_image_to methods. Use l...Jeremy Kemper2007-03-131-87/+41
* Prefer MIME constants to strings. Closes #7707.Jeremy Kemper2007-03-061-1/+1
* mail_to :encode => 'hex' also encodes the mailto: part of the href attribute ...Jeremy Kemper2007-01-281-2/+10
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* link_to_unless_current works with full URLs as well as paths. Closes #6891.Jeremy Kemper2007-01-121-2/+8
* make sure link_to_image is deprecated as well as link_image_toJamis Buck2006-10-241-1/+2
* Use new deprecate syntax so that alternatives are given with the warningJamis Buck2006-10-241-1/+1
* Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close...David Heinemeier Hansson2006-10-221-93/+154
* Add <%= escape_once html %> to escape html while leaving any currently escape...Rick Olson2006-10-181-2/+2
* button_to accepts :method so you can PUT and DELETE with it. Closes #6005.Jeremy Kemper2006-09-031-7/+16
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-281-0/+2
* Added :method option to UrlHelper#link_to, which allows for using other verbs...David Heinemeier Hansson2006-05-281-13/+27
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-221-2/+12
* Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...Nicholas Seckar2006-03-191-1/+0
* Change url_for to escape the resulting URLs when called from a view. Closes #...Nicholas Seckar2006-03-181-8/+8
* Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr...David Heinemeier Hansson2006-03-181-1/+1
* Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...David Heinemeier Hansson2006-03-181-1/+1
* mail_to shouldnt include language attribute in script tag #3364 [donald.piret...David Heinemeier Hansson2006-02-261-1/+1
* Fix IE bug with link_to "something", :post => true (closes #3443) [Justin Pal...David Heinemeier Hansson2006-01-211-1/+1
* Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes...Jeremy Kemper2005-11-151-2/+2
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-071-1/+1
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-131-2/+2
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-9/+8
* Fixed docs #1886David Heinemeier Hansson2005-09-111-1/+3
* Fixed that onclick would be overridden even when special features werent usedDavid Heinemeier Hansson2005-09-081-0/+2
* Use this.href, not unexisting urlDavid Heinemeier Hansson2005-09-071-1/+1
* Added :post option to UrlHelper#link_to that makes it possible to do POST req...David Heinemeier Hansson2005-09-071-21/+41
* Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]David Heinemeier Hansson2005-09-041-3/+23
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...Jamis Buck2005-08-141-1/+5
* Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name i...David Heinemeier Hansson2005-07-091-1/+1
* Added that UrlHelper#mail_to will now also encode the default link title #749...David Heinemeier Hansson2005-07-021-2/+6