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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed deprecated APIs in text and number helpers [#5156 state:resolved]
Łukasz Strzałkowski
2010-07-26
1
-27
/
+0
*
Add assertion to link_to_function test with block and capture, and more expre...
Carlos Antonio da Silva
2010-07-25
1
-5
/
+4
*
Change returning with tap
Santiago Pastorino
2010-07-25
1
-1
/
+1
*
Fixed output_buffer encoding problem [#5179]
Sebastian A. Espindola
2010-07-25
1
-0
/
+9
*
These tests are trusting in the order of the elements so use OrderedHash inst...
Santiago Pastorino
2010-07-21
1
-13
/
+9
*
remote_function patch with more detailed test
Andrew Kaspick
2010-07-21
1
-0
/
+6
*
select :include_blank or :prompt should return escaped string [#5099 state:re...
Ivan Torres
2010-07-18
1
-0
/
+23
*
remove size attribute from tag generated by file_field helper [#5084 state:re...
Miles Egan
2010-07-13
1
-0
/
+5
*
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
2
-4
/
+4
*
url_for no longer escapes HTML, the :escape option is also gone
Xavier Noria
2010-06-30
1
-16
/
+4
*
Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.
José Valim
2010-06-29
2
-2
/
+2
*
Restores the escaping of urls generated from hashes. [#4765 state:resolved]
Andrew White
2010-06-28
1
-8
/
+4
*
Strip_tags never ending attribute should not raise a TypeError [#4870 state:r...
Bruno Michel
2010-06-28
1
-0
/
+4
*
Fix several known web encoding issues:
wycats
2010-06-27
4
-194
/
+253
*
Normalize recall params when the route is not a standard route otherwise :con...
Andrew White
2010-06-27
1
-0
/
+22
*
Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup...
David Trasbo
2010-06-26
1
-1
/
+1
*
Do not wrap hidden fields with error proc [#4962 state:resolved]
Carlos Antonio da Silva
2010-06-25
1
-0
/
+7
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-5
/
+5
*
Expose view via the view() method in AV::TestCase::Behavior
David Chelimsky
2010-06-23
1
-12
/
+16
*
In ActionView::TestCase::Behavior, assign variables right before
David Chelimsky
2010-06-23
1
-0
/
+9
*
make text_field and hidden_field omit the value attribute if the developer ex...
Jeff Dean
2010-06-23
1
-0
/
+10
*
Tidy up asset tag a bit and make railties tests green again.
José Valim
2010-06-23
1
-2
/
+2
*
refactored the javascript asset tag helpers and moved the default scripts set...
Josh Kalderimis
2010-06-23
1
-15
/
+7
*
test for #4862
Neeraj Singh
2010-06-22
1
-0
/
+5
*
Add support for specifying locals in view tests with assert template [#4927 s...
David Chelimsky
2010-06-22
1
-2
/
+16
*
Fixed date_select date_separator when discard_month and/or discard_day are tr...
Thibaud Guillaume-Gentil
2010-06-20
1
-0
/
+27
*
Adding missing test to autolink with other protocols (file) [#4886 state:reso...
Carlos Antonio da Silva
2010-06-20
1
-0
/
+1
*
Support render_template in view tests. Useful for specifying which
David Chelimsky
2010-06-20
1
-0
/
+8
*
option_groups_from_collection_for_select should return HTML-safe string [#487...
Wincent Colaiuta
2010-06-19
1
-18
/
+12
*
form_for without :html and with :remote should not error
David Genord II
2010-06-18
1
-0
/
+20
*
Make text_helpers methods which return valid html to return it as safe and sa...
Santiago Pastorino
2010-06-17
1
-40
/
+28
*
excerpt shoudn't return safe output test added
Santiago Pastorino
2010-06-17
1
-0
/
+4
*
truncate() should not try to produce HTML-safe output
Wincent Colaiuta
2010-06-17
1
-14
/
+4
*
render(:inline) in a layout before yield replaces original content
Neeraj Singh
2010-06-13
1
-0
/
+6
*
Change sanitize to escape in test names of text_helper_test [#4844 state:reso...
rohit
2010-06-12
1
-9
/
+9
*
text_helper now escape the unsafe input instead of sanitizing
Santiago Pastorino
2010-06-11
1
-9
/
+8
*
Remove punctuate_body! No code in lib was using it and it had no documentation.
José Valim
2010-06-10
1
-25
/
+0
*
Removed textilize, textilize_without_paragraph and markdown helpers
Santiago Pastorino
2010-06-09
1
-108
/
+0
*
Memoize the object returned by _view in ActionView::TestCase::Behavior
David Chelimsky
2010-06-08
1
-0
/
+4
*
Made markdown honor :safe option and handle safe input. Also added tests for ...
rohit
2010-06-08
1
-0
/
+36
*
Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]
rohit
2010-06-08
1
-0
/
+32
*
Updating image_tag to support cid:content_id "URLs"
Mikel Lindsaar
2010-06-07
1
-0
/
+9
*
Makes text_helper methods sanitize the input if the input is not safe or :saf...
Santiago Pastorino
2010-06-07
1
-6
/
+96
*
content_tag_string shouldn't escape_html if escape param is false
Santiago Pastorino
2010-06-07
1
-0
/
+2
*
Make AP test suite green once again and speed up performance in layouts looku...
José Valim
2010-06-07
1
-14
/
+2
*
Update template to allow handlers to more cleanly handle encodings (ht: nex3)
wycats
2010-05-30
1
-4
/
+13
*
Now that we always return a proxy from mb_chars, even in 1.9, all Strings com...
wycats
2010-05-29
1
-3
/
+5
*
Merge commit 'mislav/auto_link'
Michael Koziarski
2010-05-29
1
-18
/
+40
|
\
[next]