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
...
*
Remove duplicated test.
Emilio Tagua
2010-09-28
1
-20
/
+0
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Use parentheses when using assert_match followed by a regexp to avoid warnings.
Emilio Tagua
2010-09-27
5
-16
/
+16
*
Remove last tests with deprecated form_for and cleanup form_for helper
Carlos Antonio da Silva
2010-09-26
1
-63
/
+49
*
Select tags with array options are deprecated, removing
Carlos Antonio da Silva
2010-09-26
1
-6
/
+0
*
Review most of the form_for deprecated tests, missing tests with index like []
Carlos Antonio da Silva
2010-09-26
1
-405
/
+321
*
Remove duplicate helper method
Krekoten' Marjan
2010-09-25
1
-3
/
+0
*
These tests shouldn't depend on local time to pass or fail, we can use utc here.
Emilio Tagua
2010-09-24
2
-2
/
+2
*
file_field propagates up multipart property even inside of fields_for
Santiago Pastorino
2010-09-20
1
-0
/
+21
*
application.js should be the last file on javascript_include_tag(:all)
Santiago Pastorino
2010-09-19
1
-8
/
+8
*
argument error is done for us
Aaron Patterson
2010-09-18
1
-0
/
+6
*
file_field makes the enclosing form multipart
Santiago Pastorino
2010-09-18
1
-0
/
+18
*
Allow view helper's #initialize method to be called. [#5061 state:resolved]
Carl Lerche
2010-09-13
1
-0
/
+13
*
Start cleanup of deprecations in ActionView
Carlos Antonio da Silva
2010-09-06
1
-8
/
+0
*
Merge remote branch 'drogus/remove_deprecated_routes'
José Valim
2010-09-05
4
-7
/
+6
|
\
|
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
4
-7
/
+6
*
|
Make number_to_human and number_with_precision work with negatives
Santiago Pastorino
2010-09-05
1
-0
/
+2
*
|
Fix indentation errors
Santiago Pastorino
2010-09-05
1
-47
/
+47
*
|
Fix number_to_human(0) exception [#5532 state:resolved]
Ben Sharpe
2010-09-05
1
-0
/
+1
|
/
*
Remove namespace for isolated namespaced models in forms
Piotr Sarnacki
2010-09-03
1
-0
/
+17
*
Added ability to set asset_path for engines
Piotr Sarnacki
2010-09-03
1
-0
/
+23
*
Extended url_for to handle specifying which router should be used.
Piotr Sarnacki
2010-09-03
2
-51
/
+41
*
Removing unnecessary code from render_test
Thiago Pradi
2010-09-02
1
-2
/
+0
*
Removing unnecessary code
Thiago Pradi
2010-09-02
1
-7
/
+0
*
Added :format option for form_for helper and spec for this [#5226 state:resol...
Alex Chrome
2010-09-01
1
-2
/
+18
*
Remove NonConcattingString.
José Valim
2010-08-29
1
-2
/
+0
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
2
-43
/
+10
*
password_field renders with nil value by default
Santiago Pastorino
2010-08-28
1
-1
/
+4
*
Make InstanceTagMethods#value_before_type_cast raise if the model don't respo...
Santiago Pastorino
2010-08-27
1
-0
/
+13
*
Move encoding settings for testing purposes to abstract_unit file
Santiago Pastorino
2010-08-21
1
-8
/
+1
*
Revert "It's snowing!"
wycats
2010-08-18
2
-2
/
+2
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-1
/
+1
*
select tags coerce the :selected option, options to strings before comparison...
Subba Rao Pasupuleti
2010-08-15
1
-0
/
+62
*
Making time_zone_options_for_select return a html_safe string
Mikel Lindsaar
2010-08-15
1
-0
/
+4
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
16
-104
/
+104
*
It's snowing!
Jeremy Kemper
2010-08-12
2
-2
/
+2
*
Replace snowman with utf8=✓
wycats
2010-08-11
2
-2
/
+2
*
layout_for works again with objects as specified in the documentation and Rai...
José Valim & Carlos Antonio da Silva
2010-08-11
1
-0
/
+5
*
rename _snowman to _e
wycats
2010-08-09
2
-2
/
+2
*
Fix label form helper to use I18n and html options, without the need of 'nil'...
Carlos Antonio da Silva
2010-08-01
1
-2
/
+9
*
Makes form_helper use overriden model accessors
Santiago Pastorino
2010-08-01
1
-0
/
+17
*
link_to_function now expects a piece of javascript code for the onclick param...
Rodrigo Dominguez
2010-07-29
1
-4
/
+5
*
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
[prev]
[next]