| Commit message (Expand) | Author | Age | Files | Lines |
* | Added :method handling for other verbs to remote_form_tag and remote_form_for... | David Heinemeier Hansson | 2006-05-28 | 1 | -0/+2 |
* | Added :method option to UrlHelper#link_to, which allows for using other verbs... | David Heinemeier Hansson | 2006-05-28 | 1 | -13/+27 |
* | Fix double url escaping of remote_function. Add :escape => false option to Ac... | Nicholas Seckar | 2006-03-22 | 1 | -2/+12 |
* | Undo accidental escaping for mail_to; add regression test. Fix incorrect cred... | Nicholas Seckar | 2006-03-19 | 1 | -1/+0 |
* | Change url_for to escape the resulting URLs when called from a view. Closes #... | Nicholas Seckar | 2006-03-18 | 1 | -8/+8 |
* | Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | mail_to shouldnt include language attribute in script tag #3364 [donald.piret... | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | Fix IE bug with link_to "something", :post => true (closes #3443) [Justin Pal... | David Heinemeier Hansson | 2006-01-21 | 1 | -1/+1 |
* | Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes... | Jeremy Kemper | 2005-11-15 | 1 | -2/+2 |
* | Fix docs (closes #2725) | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Escape query strings in the href attribute of URLs created by url_helper. #2333 | Jeremy Kemper | 2005-10-13 | 1 | -2/+2 |
* | Optimized tag_options to not sort keys, which is no longer necessary when ass... | David Heinemeier Hansson | 2005-09-20 | 1 | -9/+8 |
* | Fixed docs #1886 | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+3 |
* | Fixed that onclick would be overridden even when special features werent used | David Heinemeier Hansson | 2005-09-08 | 1 | -0/+2 |
* | Use this.href, not unexisting url | David Heinemeier Hansson | 2005-09-07 | 1 | -1/+1 |
* | Added :post option to UrlHelper#link_to that makes it possible to do POST req... | David Heinemeier Hansson | 2005-09-07 | 1 | -21/+41 |
* | Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com] | David Heinemeier Hansson | 2005-09-04 | 1 | -3/+23 |
* | Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil... | Jamis Buck | 2005-08-14 | 1 | -1/+5 |
* | Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name i... | David Heinemeier Hansson | 2005-07-09 | 1 | -1/+1 |
* | Added that UrlHelper#mail_to will now also encode the default link title #749... | David Heinemeier Hansson | 2005-07-02 | 1 | -2/+6 |
* | Added button_to as a form-based solution to deal with harmful actions that sh... | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+92 |
* | Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D... | David Heinemeier Hansson | 2005-04-02 | 1 | -4/+21 |
* | Fixed link_to :confirm #936 [Nicholas Seckar] | David Heinemeier Hansson | 2005-03-26 | 1 | -1/+1 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 1 | -1/+1 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 1 | -21/+1 |
* | Fixed :anchor use in url_for #821 [Nicholas Seckar] | David Heinemeier Hansson | 2005-03-14 | 1 | -1/+1 |
* | Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended... | David Heinemeier Hansson | 2005-03-09 | 1 | -0/+3 |
* | Fixed link_to documentation references nonexistent URL #573 | David Heinemeier Hansson | 2005-03-06 | 1 | -6/+8 |
* | Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus... | David Heinemeier Hansson | 2005-03-06 | 1 | -5/+19 |
* | Fixed that single quote was not escaped in a UrlHelper#link_to javascript con... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+1 |
* | Removed the default border on link_image_to (it broke xhtml strict) -- can be... | David Heinemeier Hansson | 2005-03-06 | 1 | -3/+1 |
* | Fixed that form helpers would treat string and symbol keys differently in htm... | David Heinemeier Hansson | 2005-03-06 | 1 | -19/+20 |
* | Documentation fix #698 | David Heinemeier Hansson | 2005-02-23 | 1 | -5/+6 |
* | Renamed link_to_image to link_image_to (since thats what it actually does) --... | David Heinemeier Hansson | 2005-02-19 | 1 | -6/+15 |
* | Added current_page?(options) method to check if the url_for options passed co... | David Heinemeier Hansson | 2005-02-17 | 1 | -1/+6 |
* | Simplified link_to_unless_current to work with the new Routing | David Heinemeier Hansson | 2005-02-17 | 1 | -24/+3 |
* | Added :encode option to mail_to that'll allow you to masquarede the email add... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+28 |
* | Added the possibility of passing nil to UrlHelper#link_to to use the link its... | David Heinemeier Hansson | 2005-01-05 | 1 | -5/+8 |
* | Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi... | David Heinemeier Hansson | 2004-12-22 | 1 | -4/+4 |
* | Updated documentation | David Heinemeier Hansson | 2004-12-16 | 1 | -4/+4 |
* | Set border on link_to_image to 0 by default | David Heinemeier Hansson | 2004-12-10 | 1 | -0/+8 |
* | Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met... | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+37 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+78 |