aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added button_to as a form-based solution to deal with harmful actions that sh...David Heinemeier Hansson2005-06-161-1/+92
* Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D...David Heinemeier Hansson2005-04-021-4/+21
* Fixed link_to :confirm #936 [Nicholas Seckar]David Heinemeier Hansson2005-03-261-1/+1
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-1/+1
* Fixed documentation and prepared for 0.11.0 releaseDavid Heinemeier Hansson2005-03-221-21/+1
* Fixed :anchor use in url_for #821 [Nicholas Seckar]David Heinemeier Hansson2005-03-141-1/+1
* Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...David Heinemeier Hansson2005-03-091-0/+3
* Fixed link_to documentation references nonexistent URL #573David Heinemeier Hansson2005-03-061-6/+8
* Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...David Heinemeier Hansson2005-03-061-5/+19
* Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...David Heinemeier Hansson2005-03-061-1/+1
* Removed the default border on link_image_to (it broke xhtml strict) -- can be...David Heinemeier Hansson2005-03-061-3/+1
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-19/+20
* Documentation fix #698David Heinemeier Hansson2005-02-231-5/+6
* Renamed link_to_image to link_image_to (since thats what it actually does) --...David Heinemeier Hansson2005-02-191-6/+15
* Added current_page?(options) method to check if the url_for options passed co...David Heinemeier Hansson2005-02-171-1/+6
* Simplified link_to_unless_current to work with the new RoutingDavid Heinemeier Hansson2005-02-171-24/+3
* Added :encode option to mail_to that'll allow you to masquarede the email add...David Heinemeier Hansson2005-01-241-1/+28
* Added the possibility of passing nil to UrlHelper#link_to to use the link its...David Heinemeier Hansson2005-01-051-5/+8
* Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...David Heinemeier Hansson2004-12-221-4/+4