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
*
Be sure to javascript_escape the email address to prevent apostrophes inadver...
Michael Koziarski
2011-02-08
1
-4
/
+5
*
add test to check class is being escaped in form_class
Santiago Pastorino
2011-02-01
1
-0
/
+4
*
Allow customization of form class for button_to
Andrei Bocan
2011-02-01
1
-0
/
+4
*
Make sure capture's output gets html_escaped [#5545 state:resolved]
Jeff Kreeftmeijer
2010-11-02
1
-6
/
+1
*
Allow generated url helpers to be overriden [#5243 state:resolved]
Andrew White
2010-10-26
1
-0
/
+18
*
data-disable-with in button_to helper
Paco Guzman
2010-10-11
1
-0
/
+21
*
Clean up unused methods from AV::Base and pass in the template object on rend...
José Valim
2010-10-10
1
-1
/
+1
*
delete repeated code
Aaron Patterson
2010-10-01
1
-18
/
+0
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-3
/
+2
*
Removing unnecessary code
Thiago Pradi
2010-09-02
1
-7
/
+0
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
These tests are trusting in the order of the elements so use OrderedHash inst...
Santiago Pastorino
2010-07-21
1
-13
/
+9
*
Refactor recall parameter normalization [#5021 state:resolved]
Andrew White
2010-07-03
1
-2
/
+27
*
We are trying to test that & escapes here not that & is being escaped, al...
Santiago Pastorino
2010-06-29
1
-3
/
+2
*
s/escape_once/html_escape/, since html safety is the contract that now says w...
Xavier Noria
2010-06-30
1
-2
/
+2
*
url_for no longer escapes HTML, the :escape option is also gone
Xavier Noria
2010-06-30
1
-16
/
+4
*
Restores the escaping of urls generated from hashes. [#4765 state:resolved]
Andrew White
2010-06-28
1
-8
/
+4
*
Normalize recall params when the route is not a standard route otherwise :con...
Andrew White
2010-06-27
1
-0
/
+22
*
Allow :remote => false to be passed to link_to
Nicolas Sanguinetti
2010-04-22
1
-0
/
+14
*
params already has a setted controller and action here
Santiago Pastorino
2010-04-21
1
-1
/
+0
*
url_for now works with HashWithIndifferentAccess ht jay [#4391 state:committed]
Santiago Pastorino
2010-04-21
1
-0
/
+10
*
mail_to with :encode => :javascript now outputs safe html
Sam Elliott
2010-04-16
1
-2
/
+6
*
Consistently use lowercase instead of camelCase for all JS class names in Rails
David Heinemeier Hansson
2010-04-08
1
-10
/
+10
*
Refactored url_for in AV to have its own instances of the helpers instead of ...
wycats
2010-04-03
1
-215
/
+204
*
Fix link_to with block
Jeremy Kemper
2010-03-15
1
-4
/
+1
*
Get rid of the instance-level URL rewriter
wycats
2010-03-09
1
-2
/
+0
*
Reinstate default_url_options and remove url_options= writer
Jeremy Kemper
2010-03-08
1
-1
/
+1
*
Start refactoring the method of configuring ActionView
Carlhuda
2010-03-03
1
-7
/
+2
*
Fix tests for the request refactor
Carl Lerche
2010-03-03
1
-18
/
+34
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
1
-3
/
+0
*
Silence test deprecation warnings
Carlhuda
2010-02-26
1
-1
/
+1
*
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
[next]