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
...
|
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-1
/
+1
|
*
Remove empty line and trailing hash, breaks documentation generation
Dirkjan Bussink
2010-02-19
1
-2
/
+0
|
*
Explicit html_escape removed when not needed
Santiago Pastorino and José Ignacio Costa
2010-02-14
1
-1
/
+1
|
*
html_escape mail_to when encode javascript and not hex
Santiago Pastorino and José Ignacio Costa
2010-02-14
1
-5
/
+3
|
*
content_tag should escape its input
Bruno Michel
2010-02-14
1
-1
/
+1
*
|
Updated documentation for block helpers in url_helper.rb
Jeroen van Dijk
2010-03-12
1
-1
/
+1
|
/
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-4
/
+4
*
UJS documentation.
Stefan Penner
2010-01-31
1
-25
/
+30
*
data-remote needs to be on the form and not the submit when using button_to :...
Erik St. Martin
2010-01-31
1
-1
/
+3
*
Add rel=nofollow on non get remote links
Joshua Peek
2010-01-30
1
-1
/
+1
*
Generate UJS code for :disable_with
Joshua Peek
2010-01-30
1
-4
/
+0
*
updating link_to and button_to to support :remote => true and other options s...
Erik St. Martin
2010-01-30
1
-31
/
+46
*
Revert "Merge branch 'rails/master' into ujs"
Joshua Peek
2010-01-30
1
-0
/
+45
*
Deprecate link_to :popup
Joshua Peek
2010-01-29
1
-16
/
+2
*
making non remote versions of link_to, button_to, submit_tag and image_submit...
Erik St. Martin
2010-01-27
1
-52
/
+2
*
Make @controller an internal ivar in the view
Joshua Peek
2010-01-22
1
-6
/
+6
*
From now on, parameters defined in default_url_options can be absent from nam...
José Valim
2010-01-07
1
-0
/
+5
*
Remove CGI.escape in function of Rack::Mount.escape
José Valim
2010-01-06
1
-4
/
+4
*
Make sure non-escaped urls aren't considered safe
Michael Koziarski
2009-10-15
1
-1
/
+1
*
ActionView.url_for doesn't escape by default
Phil Darnowsky
2009-10-15
1
-1
/
+1
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-5
/
+5
*
AV::UrlHelper depends on Array#second
Joshua Peek
2009-09-13
1
-0
/
+1
*
Make sure link_to generates the form with the specified :href if any [#2254 s...
Max Lapshin
2009-08-10
1
-1
/
+1
*
Merge docrails
Pratik Naik
2009-07-25
1
-49
/
+48
*
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
[prev]
[next]