| Commit message (Expand) | Author | Age | Files | Lines |
* | Added that UrlHelper#mail_to will now also encode the default link title #749... | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+8 |
* | Added button_to as a form-based solution to deal with harmful actions that sh... | David Heinemeier Hansson | 2005-06-16 | 1 | -0/+22 |
* | Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D... | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+7 |
* | Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa... | David Heinemeier Hansson | 2005-03-20 | 1 | -22/+0 |
* | Moved image_tag to AssetTagHelper | David Heinemeier Hansson | 2005-03-14 | 1 | -0/+2 |
* | Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended... | David Heinemeier Hansson | 2005-03-09 | 1 | -1/+16 |
* | Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+22 |
* | Use example.com domains to make rails RFC2606 compliant #708 | David Heinemeier Hansson | 2005-03-06 | 1 | -19/+19 |
* | Fixed that single quote was not escaped in a UrlHelper#link_to javascript con... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+4 |
* | Removed the default border on link_image_to (it broke xhtml strict) -- can be... | David Heinemeier Hansson | 2005-03-06 | 1 | -8/+8 |
* | Fixed that form helpers would treat string and symbol keys differently in htm... | David Heinemeier Hansson | 2005-03-06 | 1 | -8/+15 |
* | Fixed tests | David Heinemeier Hansson | 2005-02-23 | 1 | -2/+5 |
* | Fixed some test cases | David Heinemeier Hansson | 2005-01-01 | 1 | -2/+1 |
* | 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 | -1/+4 |
* | Fixed problem with cookies not being set to path=/ by default and a test bugg... | David Heinemeier Hansson | 2004-12-10 | 1 | -2/+2 |
* | Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met... | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+12 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+49 |