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
/
dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5606 from teohm/multipart_unicode_param_name
Steve Klabnik
2013-03-15
1
-1
/
+20
|
\
|
*
UTF-8 encode all keys and values in nested params hash.
Teo Hui Ming
2013-03-15
1
-1
/
+20
*
|
`Http::Headers` directly modifies the passed environment.
Yves Senn
2013-03-15
1
-6
/
+16
|
/
*
`Http::Headers` respects dotted env vars, symbols, headers with numbers.
Yves Senn
2013-03-13
1
-0
/
+27
*
allow headers and env to be passed in `IntegrationTest`.
Yves Senn
2013-03-13
1
-1
/
+44
*
refactor, `Http::Headers` stores headers in env notation
Yves Senn
2013-03-13
1
-12
/
+21
*
Http::Headers respects headers that are not prefixed with HTTP_
Yves Senn
2013-03-13
1
-6
/
+13
*
Change from each to each_value on hash to avoid unused variable warning
Vipul A M
2013-03-11
1
-1
/
+1
*
Fix formats on xhr requests when HTTP_ACCEPT is empty string
maximerety
2013-03-04
1
-0
/
+5
*
Use custom visitor class for optimized url helpers
Andrew White
2013-03-03
1
-0
/
+6
*
`format: true` does not override existing format constraints.
Yves Senn
2013-02-27
1
-0
/
+24
*
allow non-String default params in the router.
Yves Senn
2013-02-26
1
-1
/
+21
*
the router allows String contraints.
Yves Senn
2013-02-26
1
-0
/
+36
*
determine the match shorthand target early.
Yves Senn
2013-02-21
1
-0
/
+27
*
Remove XML Parser from ActionDispatch
Prem Sichanugrist
2013-02-20
1
-182
/
+0
*
InvalidMessage is in ActiveSupport::MessageEncryptor namespace
Santiago Pastorino
2013-02-19
1
-3
/
+18
*
Fix AP tests related to routes inspector output and the new column titles
Carlos Antonio da Silva
2013-02-19
1
-20
/
+65
*
Merge pull request #8704 from senny/remove_regexp_global_from_url_for
Aaron Patterson
2013-02-14
1
-0
/
+3
|
\
|
*
replace regexp global in #url_for
Yves Senn
2013-01-16
1
-0
/
+3
*
|
the `:controller` option for routes can contain numbers. closes #9231.
Yves Senn
2013-02-09
1
-0
/
+12
*
|
ruby constant syntax is not supported as routing `:controller` option.
Yves Senn
2013-02-06
1
-9
/
+40
*
|
Add 'X-UA-Compatible' => 'chrome=1' to default headers
Guillermo Iguaran
2013-01-29
1
-1
/
+3
*
|
Remove BestStandardsSupport middleware
Guillermo Iguaran
2013-01-29
1
-35
/
+0
*
|
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-1
/
+1
*
|
add fetch to CookieJar
Aaron Patterson
2013-01-27
1
-0
/
+30
*
|
Add keys/values methods to TestSession
Carlos Antonio da Silva
2013-01-25
1
-5
/
+11
*
|
Integrate Action Pack with Rack 1.5
Carlos Antonio da Silva
2013-01-25
4
-14
/
+14
*
|
Remove tabs, use spaces :scissors:
Carlos Antonio da Silva
2013-01-22
1
-2
/
+2
*
|
Duplicate possible frozen string from route
Andrew White
2013-01-21
1
-0
/
+9
*
|
In Browser Path Matching with Javascript
schneems
2013-01-20
1
-0
/
+8
*
|
Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string
Konstantin Papkovskiy
2013-01-17
1
-0
/
+4
|
/
*
adding regression test in master for #8631
Aditya Sanghi
2013-01-16
1
-0
/
+21
*
Merge pull request #8958 from balexand/strong_parameters_exception_handling
Rafael Mendonça França
2013-01-15
1
-0
/
+6
|
\
|
*
strong parameters exception handling
Brian Alexander
2013-01-15
1
-0
/
+6
*
|
Remove header bloat introduced by BestStandardsSupport middleware
Edward Anderson
2013-01-15
1
-1
/
+2
|
/
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-0
/
+28
*
Add support for other types of routing constraints
Andrew White
2013-01-15
1
-0
/
+48
*
Fix json params parsing regression for non-object JSON content.
Dylan Smith
2013-01-11
1
-0
/
+7
*
Remove :yaml related tests and fix other related to parsing empty arrays
Carlos Antonio da Silva
2013-01-08
1
-2
/
+2
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-08
2
-0
/
+32
*
Revert "Merge branch 'master-sec'"
Jeremy Kemper
2013-01-08
2
-32
/
+0
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-07
2
-0
/
+32
*
Needless requires
Akira Matsuda
2013-01-06
1
-2
/
+0
*
Missing requires
Akira Matsuda
2013-01-06
1
-0
/
+1
*
display mountable engine routes on RoutingError.
Yves Senn
2013-01-05
1
-2
/
+20
*
split formatting concerns from RoutesInspector
Yves Senn
2013-01-05
1
-4
/
+21
*
Allow use of durations for ActionDispatch::SSL configuration
Andrew White
2013-01-04
1
-0
/
+7
*
Restore original remote_ip algorithm.
Andre Arko
2013-01-02
1
-58
/
+44
*
Fix test for DebugExceptions due to template change
Guillermo Iguaran
2012-12-31
1
-1
/
+1
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
4
-4
/
+4
[next]