index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
helpers
/
url_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Uses Hash#symbolize_keys
Jeremy Kemper
2009-06-08
1
-0
/
+1
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-3
/
+3
*
Fix a syntax error in current_page?() that was prevent matches against URL's ...
chris finne
2009-02-05
1
-2
/
+25
*
modified current_page? to ignore extra parameters unless specified in options
Erik Andrejko
2008-10-26
1
-3
/
+14
*
mail_to should use decodeURIcomponent instead of unescape to be utf friendly.
miloops
2008-08-08
1
-2
/
+2
*
Removed handling of string parameter in link_to to have all URL generation do...
Clemens Kofler
2008-07-19
1
-43
/
+50
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-1
/
+1
*
Ensure mail_to label is obfuscated for javascript encoding. [#294 state:resol...
Johan Sørensen
2008-07-12
1
-1
/
+1
*
Ensure url_for(nil) falls back to url_for({}). [#472 state:resolved]
Cheah Chu Yeow
2008-07-09
1
-4
/
+2
*
Performance: javascript helper tweaks to speed up escaping and reduce object ...
Jeremy Kemper
2008-06-21
1
-1
/
+1
*
Added block-call style to link_to [Sam Stephenson/DHH]
David Heinemeier Hansson
2008-06-17
1
-18
/
+42
*
Merge docrails.
Pratik Naik
2008-05-25
1
-1
/
+1
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
1
-4
/
+59
*
Merge docrails:
Pratik Naik
2008-05-09
1
-14
/
+14
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-8
/
+8
*
Improve documentation.
Pratik Naik
2008-04-05
1
-1
/
+1
*
Docfix (closes #11226) [mikong]
David Heinemeier Hansson
2008-03-15
1
-2
/
+2
*
Ruby 1.9 compat: url helper encoding
Jeremy Kemper
2007-12-21
1
-9
/
+5
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]
Marcel Molina
2007-11-06
1
-1
/
+1
*
Add link_to :back which uses your referrer with a fallback to a javascript li...
Michael Koziarski
2007-10-08
1
-3
/
+11
*
Allow ability to disable request forgery protection, disable it in test mode ...
Rick Olson
2007-09-28
1
-2
/
+2
*
Protect button_to behind protect_from_forgery (closes #9675) [lifo]
David Heinemeier Hansson
2007-09-25
1
-2
/
+7
*
Rename some RequestForgeryProtection methods. The class method is now #prote...
Rick Olson
2007-09-23
1
-1
/
+1
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-0
/
+4
*
Doc fix (closes #9414) [Henrik N]
David Heinemeier Hansson
2007-09-22
1
-3
/
+3
*
Fixed that setting the :host option in url_for would automatically turn off :...
David Heinemeier Hansson
2007-09-22
1
-2
/
+3
*
Fixed that link_to with an href of # when using :method will not allow for cl...
David Heinemeier Hansson
2007-06-23
1
-9
/
+19
*
Don't double-escape url_for in views. Closes #8144.
Jeremy Kemper
2007-06-05
1
-1
/
+1
*
Clean up the simply_helpful merge.
Jeremy Kemper
2007-05-18
1
-1
/
+1
*
Removed deprecated parameters_for_method_reference concept (legacy from befor...
David Heinemeier Hansson
2007-05-12
1
-14
/
+36
*
Enhance documentation and add examples for url_for. Closes #8227. [jeremymcan...
Marcel Molina
2007-05-06
1
-57
/
+163
*
Deprecation: remove deprecated link_to_image and link_image_to methods. Use l...
Jeremy Kemper
2007-03-13
1
-87
/
+41
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
1
-1
/
+1
*
mail_to :encode => 'hex' also encodes the mailto: part of the href attribute ...
Jeremy Kemper
2007-01-28
1
-2
/
+10
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-1
/
+1
*
link_to_unless_current works with full URLs as well as paths. Closes #6891.
Jeremy Kemper
2007-01-12
1
-2
/
+8
*
make sure link_to_image is deprecated as well as link_image_to
Jamis Buck
2006-10-24
1
-1
/
+2
*
Use new deprecate syntax so that alternatives are given with the warning
Jamis Buck
2006-10-24
1
-1
/
+1
*
Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close...
David Heinemeier Hansson
2006-10-22
1
-93
/
+154
*
Add <%= escape_once html %> to escape html while leaving any currently escape...
Rick Olson
2006-10-18
1
-2
/
+2
*
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
Jeremy Kemper
2006-09-03
1
-7
/
+16
*
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
[next]