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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
fix ArgumentError being raised in case of invalid byte sequences
Michael Reinsch
2012-03-08
1
-0
/
+4
*
|
Remove ActionController::TestCase#rescue_action_in_public!
Piotr Sarnacki
2012-03-15
1
-5
/
+0
*
|
Allow you to force the authenticity_token to be rendered even on remote forms...
David Heinemeier Hansson
2012-03-14
1
-0
/
+11
*
|
Do not include the authenticity token in forms where remote: true as ajax for...
David Heinemeier Hansson
2012-03-14
1
-0
/
+11
|
/
*
Add test case for #5307
Carlos Antonio da Silva
2012-03-07
1
-2
/
+6
*
Failing test for mime responder respond_with using a block.
Mario Visic
2012-03-05
1
-0
/
+36
*
Fix #5238, rendered_format is not set when template is not rendered
Piotr Sarnacki
2012-03-02
1
-2
/
+6
*
Merge branch '3-2-2' into 3-2-stable
Aaron Patterson
2012-03-01
1
-1
/
+8
|
\
|
*
Merge branch '3-2-stable-security' into 3-2-2
Aaron Patterson
2012-03-01
1
-1
/
+8
|
|
\
|
|
*
fix output safety issue with select options
Sergey Nartimov
2012-02-20
1
-1
/
+8
*
|
|
Add a new line after the textarea opening tag.
Rafael Mendonça França
2012-02-27
2
-37
/
+37
*
|
|
Adding tests for non-optional glob parameters
Andrew White
2012-02-26
1
-2
/
+27
*
|
|
assert => assert_equal
Arun Agrawal
2012-02-25
1
-3
/
+3
*
|
|
Checking headers in a better way. as doing here
Arun Agrawal
2012-02-25
1
-4
/
+3
*
|
|
Build fix for ruby187-p358
Arun Agrawal
2012-02-25
1
-2
/
+7
|
/
/
*
|
format lookup for partials is derived from the format in which the template i...
Santiago Pastorino
2012-02-22
3
-4
/
+9
*
|
Don't wrap the raise with ensure
Santiago Pastorino
2012-02-21
1
-1
/
+1
*
|
Restore lookup formats to the previous value after searching for the failing ...
Santiago Pastorino
2012-02-21
1
-1
/
+2
*
|
Fix some warnings on 3-2-stable
kennyj
2012-02-21
4
-25
/
+27
|
/
*
Fix a failing test
Santiago Pastorino
2012-02-20
1
-0
/
+2
*
Use the right format when a partial is missing.
Santiago Pastorino
2012-02-20
2
-0
/
+8
*
Reset memoized hash keys when new entry added
Chris Kelly
2012-02-20
1
-0
/
+6
*
Remove fixture files with Windows incompatible filenames
Andrew White
2012-02-20
13
-39
/
+88
*
Fix ActionDispatch::Static to serve files with unencoded PCHAR
Andrew White
2012-02-17
13
-0
/
+40
*
backporting #4918 to 3.2 stable; adding extra test for accept header given by...
Aditya Sanghi
2012-02-17
1
-0
/
+12
*
adding tests to document behavior for #4817
Aaron Patterson
2012-02-14
1
-0
/
+26
*
Rack body respond to each and not to join
Santiago Pastorino
2012-02-14
1
-0
/
+12
*
Merge pull request #4988 from kennyj/fix_4720-3
Aaron Patterson
2012-02-10
1
-0
/
+26
*
Added unit test to cover changes to RouteSet.url_for
Ryan McGeary
2012-02-07
1
-0
/
+16
*
Fixed force_ssl redirects to include original query params
Ryan McGeary
2012-02-06
1
-0
/
+6
*
Merge pull request #4908 from kennyj/fix_3864
José Valim
2012-02-06
1
-0
/
+33
*
Merge pull request #4870 from sikachu/3-2-stable-responder-fix
José Valim
2012-02-04
2
-0
/
+35
|
\
|
*
Fix override API response bug in respond_with
Prem Sichanugrist
2012-02-03
2
-0
/
+35
*
|
Merge pull request #4879 from kennyj/fix_4873
José Valim
2012-02-04
1
-0
/
+6
|
/
*
don't set the hidden checkbox value if it's nil
Damien Mathieu
2012-01-27
1
-0
/
+8
*
check_box helper with :disabled => true generates disabled hidden field. fixe...
Tadas Tamošauskas
2012-01-27
1
-4
/
+3
*
Test for unicode path support
Paul McMahon
2012-01-25
1
-0
/
+20
*
Merge pull request #4639 from joevandyk/datetime-infinity-select-fix
Aaron Patterson
2012-01-24
1
-0
/
+12
|
\
|
*
datetime_select should work with -/+ infinity dates
Joe Van Dyk
2012-01-24
1
-0
/
+12
*
|
Remove unused variables to avoid warnings
Rafael Mendonça França
2012-01-24
1
-3
/
+0
*
|
Fix date_select with discard_month and discard_year options
Rafael Mendonça França
2012-01-24
1
-0
/
+37
*
|
Fix date_select nil and blank and order case
Indrek Juhkam
2012-01-24
1
-17
/
+1
*
|
Add failing test for date_select
Indrek Juhkam
2012-01-24
1
-0
/
+16
|
/
*
Added custom regexps to ASTs that have literal nodes on either side of
Aaron Patterson
2012-01-23
1
-0
/
+62
*
Allow form.select to accept ranges.
Jeremy Walker
2012-01-22
1
-0
/
+16
*
Do not deprecate performed?
José Valim
2012-01-19
1
-0
/
+6
*
Deprecate AC::UnknownError and AC::DoubleRenderError
Carlos Antonio da Silva
2012-01-17
4
-10
/
+10
*
Deprecate default_charset= at controller level
Carlos Antonio da Silva
2012-01-17
1
-12
/
+20
*
Add some deprecations for logic being removed in 4.0
Carlos Antonio da Silva
2012-01-17
4
-13
/
+10
*
Merge pull request #4462 from spohlenz/fix-routing-tests
Aaron Patterson
2012-01-16
1
-0
/
+4
[prev]
[next]