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
/
test
/
template
/
url_helper_test.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
-18
/
+18
*
content_tag should escape its input
Bruno Michel
2010-02-14
1
-1
/
+1
*
data-remote needs to be on the form and not the submit when using button_to :...
Erik St. Martin
2010-01-31
1
-0
/
+7
*
Add rel=nofollow on non get remote links
Joshua Peek
2010-01-30
1
-2
/
+2
*
updating link_to and button_to to support :remote => true and other options s...
Erik St. Martin
2010-01-30
1
-9
/
+16
*
Revert "Merge branch 'rails/master' into ujs"
Joshua Peek
2010-01-30
1
-9
/
+9
*
Deprecate link_to :popup
Joshua Peek
2010-01-29
1
-30
/
+0
*
modified helper that adds attributes for :method to include rel='nofollow' if...
Erik St. Martin
2010-01-27
1
-3
/
+3
*
making non remote versions of link_to, button_to, submit_tag and image_submit...
Erik St. Martin
2010-01-27
1
-14
/
+14
*
Use new routing dsl in tests
Joshua Peek
2009-12-08
1
-4
/
+4
*
Privatize Routing.possible_controllers and fix brittle url helper
Joshua Peek
2009-11-23
1
-26
/
+19
*
Fix brittle query string comparisons
Joshua Peek
2009-10-19
1
-6
/
+13
*
Make sure non-escaped urls aren't considered safe
Michael Koziarski
2009-10-15
1
-0
/
+5
*
ActionView.url_for doesn't escape by default
Phil Darnowsky
2009-10-15
1
-3
/
+13
*
Start adding configuration to ActionView instead of using constants.
Yehuda Katz
2009-10-14
1
-0
/
+3
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Move helpers specific to functional tests out of TestProcess into AC::TestCase
Joshua Peek
2009-09-23
1
-11
/
+3
*
Define weblog controller for url helper test
Joshua Peek
2009-09-13
1
-0
/
+1
*
Cleanup hacky routing with controller_path in url helper tests. This doesn't ...
Joshua Peek
2009-09-06
1
-62
/
+56
*
Make sure link_to generates the form with the specified :href if any [#2254 s...
Max Lapshin
2009-08-10
1
-0
/
+8
*
AMo conversion helper
Joshua Peek
2009-07-21
1
-2
/
+4
*
Define ActiveModel API Compliance
Yehuda Katz
2009-07-20
1
-2
/
+2
*
Move model naming into ActiveModel
Joshua Peek
2009-06-17
1
-0
/
+2
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-2
/
+35
|
\
|
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
|
*
Added tests from Andrew Whites fix [#1385 state:committed]
David Heinemeier Hansson
2009-02-05
1
-0
/
+21
|
*
Fix a syntax error in current_page?() that was prevent matches against URL's ...
chris finne
2009-02-05
1
-1
/
+13
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-0
/
+4
|
/
*
Cleaned up route optimisation guard condition generation code as it was getti...
Tom Lea
2008-11-01
1
-0
/
+13
*
modified current_page? to ignore extra parameters unless specified in options
Erik Andrejko
2008-10-26
1
-0
/
+10
*
Ruby 1.9 compat: set source encoding
Jeremy Kemper
2008-08-23
1
-0
/
+1
*
mail_to should use decodeURIcomponent instead of unescape to be utf friendly.
miloops
2008-08-08
1
-3
/
+7
*
Removed handling of string parameter in link_to to have all URL generation do...
Clemens Kofler
2008-07-19
1
-1
/
+10
*
Set global ActionController::Base.view_paths for test cases
Joshua Peek
2008-07-12
1
-8
/
+0
*
Ensure mail_to label is obfuscated for javascript encoding. [#294 state:resol...
Johan Sørensen
2008-07-12
1
-0
/
+1
*
Ensure url_for(nil) falls back to url_for({}). [#472 state:resolved]
Cheah Chu Yeow
2008-07-09
1
-1
/
+10
*
Set precompiled fixture load path constant to speed up tests
Joshua Peek
2008-06-25
1
-4
/
+4
*
Check whether blocks are called from erb using a special __in_erb_template va...
Jeremy Kemper
2008-06-19
1
-8
/
+8
*
Added block-call style to link_to [Sam Stephenson/DHH]
David Heinemeier Hansson
2008-06-17
1
-0
/
+8
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
1
-10
/
+8
*
Ruby 1.9 compat: text helper
Jeremy Kemper
2007-12-21
1
-1
/
+1
*
Test link_to 'back', :back
Jeremy Kemper
2007-10-16
1
-0
/
+10
*
Add link_to :back which uses your referrer with a fallback to a javascript li...
Michael Koziarski
2007-10-08
1
-1
/
+11
*
Allow ability to disable request forgery protection, disable it in test mode ...
Rick Olson
2007-09-28
1
-2
/
+2
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-0
/
+4
*
Roll back #7578, tests failed
David Heinemeier Hansson
2007-09-22
1
-10
/
+0
*
Improve the error message for assert_redirected_to (closes #7337) [sandofsky]
David Heinemeier Hansson
2007-09-22
1
-0
/
+10
*
Fixed that setting the :host option in url_for would automatically turn off :...
David Heinemeier Hansson
2007-09-22
1
-1
/
+19
*
Fixed that link_to with an href of # when using :method will not allow for cl...
David Heinemeier Hansson
2007-06-23
1
-0
/
+7
*
Resources: url_for([parent, child]) generates /parents/1/children/2 for the n...
Jeremy Kemper
2007-06-05
1
-3
/
+62
[next]