aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Uses Hash#symbolize_keysJeremy Kemper2009-06-081-0/+1
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-3/+3
* Fix a syntax error in current_page?() that was prevent matches against URL's ...chris finne2009-02-051-2/+25
* modified current_page? to ignore extra parameters unless specified in optionsErik Andrejko2008-10-261-3/+14
* mail_to should use decodeURIcomponent instead of unescape to be utf friendly.miloops2008-08-081-2/+2
* Removed handling of string parameter in link_to to have all URL generation do...Clemens Kofler2008-07-191-43/+50
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Ensure mail_to label is obfuscated for javascript encoding. [#294 state:resol...Johan Sørensen2008-07-121-1/+1
* Ensure url_for(nil) falls back to url_for({}). [#472 state:resolved]Cheah Chu Yeow2008-07-091-4/+2
* Performance: javascript helper tweaks to speed up escaping and reduce object ...Jeremy Kemper2008-06-211-1/+1
* Added block-call style to link_to [Sam Stephenson/DHH]David Heinemeier Hansson2008-06-171-18/+42
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Merge documentation changes from docrails.Pratik Naik2008-05-161-4/+59
* 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