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
*
Merge branch '3-2-sec' into 3-2-stable
Rafael Mendonça França
2014-05-06
1
-1
/
+16
|
\
|
*
Fix broken tests of the previous release
Rafael Mendonça França
2014-05-06
1
-5
/
+5
|
*
Only accept actions without File::SEPARATOR in the name.
Rafael Mendonça França
2014-05-05
1
-1
/
+16
*
|
Merge branch '3-2-17' into 3-2-stable
Rafael Mendonça França
2014-02-18
2
-0
/
+68
|
\
|
|
*
Use the reference for the mime type to get the format
Rafael Mendonça França
2014-02-18
1
-0
/
+17
|
*
Escape format, negative_format and units options of number helpers
Rafael Mendonça França
2014-02-18
1
-0
/
+51
*
|
Merge pull request #13183 from sorah/never_ignore_i18n_translate_raise_option
Carlos Antonio da Silva
2013-12-04
1
-0
/
+6
*
|
Fix documentation of number_to_currency helper
Rafael Mendonça França
2013-12-04
1
-1
/
+1
*
|
repair a test broken by the number_to_currency XSS fix
Tobias Kraze
2013-12-04
1
-4
/
+4
|
/
*
Deep Munge the parameters for GET and POST
Michael Koziarski
2013-12-02
1
-0
/
+15
*
Stop using i18n's built in HTML error handling.
Michael Koziarski
2013-12-02
1
-1
/
+1
*
Escape the unit value provided to number_to_currency
Michael Koziarski
2013-12-02
1
-3
/
+4
*
pass the extra params to the rack test environment so that routes with block ...
Brian Hahn
2013-09-06
1
-0
/
+12
*
fix issue #11605
Kassio Borges
2013-08-24
7
-15
/
+7
*
Fix `assert_redirected_to` does not show user-supplied message.
Alexey Chernenkov
2013-07-18
1
-1
/
+1
*
Removed unused test file
Arun Agrawal
2013-07-17
1
-32
/
+0
*
Use old style hash syntax for 3-2-stable
Andrew White
2013-06-25
1
-2
/
+2
*
Fix shorthand routes where controller and action are in the scope
Andrew White
2013-06-25
1
-0
/
+13
*
Merge pull request #10971 from dtaniwaki/escape_link_to_unless
Rafael Mendonça França
2013-06-24
1
-0
/
+5
*
Compare host scheme using case-insensitive regexp
Rafael Mendonça França
2013-06-16
1
-10
/
+30
*
So not make Fixnum#/ private on Ruby verions less than 1.9.3
Rafael Mendonça França
2013-05-10
1
-4
/
+3
*
Merging in fix from #8222
Ben Tucker
2013-05-06
1
-0
/
+5
*
Fix explicit names on multiple file fields
Ryan McGeary
2013-04-05
1
-0
/
+10
*
Fix typo in view name
Carlos Antonio da Silva
2013-04-03
2
-1
/
+1
*
Use 1.8 hash style in test views
Carlos Antonio da Silva
2013-04-03
2
-2
/
+2
*
Common behavior with adding formats to lookup_context for TemplateRenderer an...
Dmitry Vorotilin
2013-04-02
8
-0
/
+17
*
Backport #5808
Mack Earnhardt
2013-03-24
2
-0
/
+39
*
Fix test to Ruby 1.8
Rafael Mendonça França
2013-03-21
1
-1
/
+1
*
Merge branch '3-2-stable' into fredwu-slow_view_loading_fix
Aaron Patterson
2013-03-20
1
-0
/
+12
|
\
|
*
Merge pull request #9802 from newsline/fix-broken-action-missing
Rafael Mendonça França
2013-03-20
1
-0
/
+12
*
|
Fixed assets loading performance in 3.2.13
Fred Wu
2013-03-20
1
-0
/
+9
|
/
*
Backport #9347 to rails 3.2
hoffm
2013-03-19
1
-0
/
+5
*
Merge branch '3-2-13' into 3-2-stable
Aaron Patterson
2013-03-18
1
-0
/
+15
|
\
|
*
fix protocol checking in sanitization [CVE-2013-1857]
Aaron Patterson
2013-03-15
1
-0
/
+10
|
*
fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855]
Charlie Somerville
2013-03-15
1
-0
/
+5
|
*
Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets
Carlos Antonio da Silva
2013-03-12
1
-0
/
+8
*
|
Extract hardcoded lists to Redo::RestaurantsList
Juan Barreneche
2013-03-14
1
-0
/
+9
*
|
Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets
Carlos Antonio da Silva
2013-03-09
1
-0
/
+8
*
|
Backport fixes about #7774 to 3-2-stable
maximerety
2013-03-05
1
-0
/
+9
|
/
*
Ruby 2 compat. CGI.escapeHTML has changed the way it escapes apostrophes a fe...
Jeremy Kemper
2013-02-24
1
-1
/
+1
*
Ruby 2.0.0 defaults source encoding to utf-8 so we need to specifically tag t...
Aaron Patterson
2013-02-24
1
-0
/
+1
*
Use 1.8 hash style
Carlos Antonio da Silva
2013-02-22
1
-1
/
+1
*
determine the match shorthand target early.
Yves Senn
2013-02-22
1
-0
/
+27
*
Duplicate possible frozen string from route
Andrew White
2013-01-21
1
-0
/
+7
*
Do not run this streaming test in Ruby 1.8, fix syntax error
Carlos Antonio da Silva
2013-01-17
1
-5
/
+8
*
Merge pull request #5288 from lest/patch-2
José Valim
2013-01-17
1
-0
/
+13
*
fixes #8631 local inflections from interfereing with HTTP_METHOD_LOOKUP dispa...
Aditya Sanghi
2013-01-16
1
-0
/
+21
*
Merge pull request #8914 from nilbus/fix-header-bloat
Rafael Mendonça França
2013-01-15
1
-1
/
+2
*
Fix JSON params parsing regression for non-object JSON content.
Dylan Smith
2013-01-11
1
-0
/
+7
*
Merge pull request #8756 from causes/js_include_tag_fix
Guillermo Iguaran
2013-01-10
1
-0
/
+7
|
\
[next]