aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated documentationDavid Heinemeier Hansson2004-12-161-4/+4
* Set border on link_to_image to 0 by defaultDavid Heinemeier Hansson2004-12-101-0/+8
* Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...David Heinemeier Hansson2004-12-091-0/+37
* InitialDavid Heinemeier Hansson2004-11-241-0/+78