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
...
*
|
Allow :remote => false to be passed to link_to
Nicolas Sanguinetti
2010-04-22
1
-3
/
+1
|
/
*
url_for now works with HashWithIndifferentAccess ht jay [#4391 state:committed]
Santiago Pastorino
2010-04-21
1
-1
/
+1
*
mail_to with :encode => :javascript now outputs safe html
Sam Elliott
2010-04-16
1
-1
/
+1
*
Consistently use lowercase instead of camelCase for all JS class names in Rails
David Heinemeier Hansson
2010-04-08
1
-5
/
+5
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-1
/
+6
*
Refactored url_for in AV to have its own instances of the helpers instead of ...
wycats
2010-04-03
1
-15
/
+37
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-3
/
+9
|
\
|
*
Remove data-url support from url_helper [#4236 state:resolved]
Denis Odorcic
2010-03-21
1
-2
/
+0
|
*
Fix missing require
wycats
2010-03-16
1
-0
/
+1
|
*
Do not always include the named URL helpers into AC::Base and AV::Base.
Carl Lerche
2010-03-16
1
-0
/
+7
|
*
Fix link_to with block
Jeremy Kemper
2010-03-15
1
-1
/
+1
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-15
1
-1
/
+1
|
\
|
|
*
Making escaped things more readable
Santiago Pastorino
2010-03-14
1
-1
/
+1
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
1
-13
/
+10
|
\
|
|
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
1
-2
/
+3
|
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-1
/
+1
|
*
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
[prev]
[next]