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 pull request #10061 from trevorturk/dummy-key-generator-rename
Santiago Pastorino
2013-04-02
4
-12
/
+12
|
\
\
\
\
|
*
|
|
|
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
4
-12
/
+12
*
|
|
|
|
Fix permanent cookie jar accessor typo
Trevor Turk
2013-04-02
1
-1
/
+6
|
/
/
/
/
*
|
|
|
each_with_index => each as we dont use index
Vipul A M
2013-04-03
1
-1
/
+1
*
|
|
|
Fixed typo on AP dispatch Mime::Type test
KalabiYau
2013-04-01
1
-1
/
+1
*
|
|
|
Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade
Santiago Pastorino
2013-04-01
1
-2
/
+73
|
\
\
\
\
|
*
|
|
|
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-2
/
+73
*
|
|
|
|
Merge pull request #9680 from bdmac/time-zone-options-revert-grep-to-select
Carlos Antonio da Silva
2013-03-31
1
-3
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
Add regression test for TZ grep
Brian McManus
2013-03-27
1
-0
/
+20
|
*
|
|
|
|
Revert grep to select since they are not the same
Brian McManus
2013-03-27
1
-3
/
+2
*
|
|
|
|
|
Merge pull request #10013 from vipulnsward/fix_request_method_test
Santiago Pastorino
2013-03-31
1
-6
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fix request methods test
Vipul A M
2013-03-31
1
-6
/
+2
*
|
|
|
|
|
|
remove unused variable and assignment
Vipul A M
2013-03-31
1
-1
/
+1
|
/
/
/
/
/
/
*
|
/
/
/
/
Fix typos in AP: "overriden" => "overridden"
Carlos Antonio da Silva
2013-03-30
4
-35
/
+35
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Refactored to remove unused variable
Anupam Choudhury
2013-03-28
2
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #8458 from lucisferre/improve-layout-override-fallback-beh...
Rafael Mendonça França
2013-03-27
2
-0
/
+38
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Provides standard layout lookup behavior for method and proc cases
Chris Nicola
2013-03-27
2
-0
/
+38
*
|
|
|
Skipping test for OpenSSL::PKCS5 JRuby
Arun Agrawal
2013-03-25
1
-0
/
+10
*
|
|
|
Update tests for #9704, named route collisions
Jeremy Kemper
2013-03-24
2
-6
/
+7
*
|
|
|
Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...
Trevor Turk
2013-03-24
1
-0
/
+55
*
|
|
|
Merge pull request #9704 from trevorturk/warn-about-skipped-routes
Jeremy Kemper
2013-03-24
1
-19
/
+18
|
\
\
\
\
|
*
|
|
|
Raise an ArgumentError when a clashing named route is defined
Trevor Turk
2013-03-19
1
-19
/
+18
*
|
|
|
|
Changed 'args' to 'arguments' in test description
Prathamesh Sonpatki
2013-03-24
2
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #9802 from newsline/fix-broken-action-missing
Rafael Mendonça França
2013-03-20
1
-0
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix broken ActionController#action_missing
Janko Luin
2013-03-20
1
-0
/
+12
*
|
|
|
Fix improperly configured host in generated urls
schneems
2013-03-19
1
-0
/
+8
|
/
/
/
*
|
|
Digest auth should not 500 when given a basic header.
Brad Dunbar
2013-03-18
1
-0
/
+8
*
|
|
Merge branch 'master-sec'
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 #9753 from jbarreneche/bug/render-locale-fallbacks
Carlos Antonio da Silva
2013-03-18
1
-0
/
+9
|
\
\
\
|
*
|
|
Include I18n fallbacks in :locale lookup context
Juan Barreneche
2013-03-16
1
-0
/
+9
*
|
|
|
remove ancient TODOs [ci skip].
Yves Senn
2013-03-18
2
-3
/
+0
*
|
|
|
Merge pull request #9754 from macksmind/fix_actionpack_warnings
Rafael Mendonça França
2013-03-17
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix rake test warnings in actionpack
Mack Earnhardt
2013-03-17
1
-1
/
+1
|
|
/
/
/
*
/
/
/
Allow pass multipart option to form_for
Grzegorz Derebecki
2013-03-17
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #5606 from teohm/multipart_unicode_param_name
Steve Klabnik
2013-03-15
3
-1
/
+30
|
\
\
\
|
*
|
|
UTF-8 encode all keys and values in nested params hash.
Teo Hui Ming
2013-03-15
3
-1
/
+30
*
|
|
|
`Http::Headers` directly modifies the passed environment.
Yves Senn
2013-03-15
2
-6
/
+38
|
/
/
/
*
|
|
Handle conditional get in live requests - this will prevent error when using ...
Bernard Potocki
2013-03-14
1
-0
/
+15
*
|
|
`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
2
-1
/
+59
*
|
|
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 incorrectly appended square brackets to a multiple select box
Olek Janiszewski
2013-03-08
1
-0
/
+8
*
|
|
Fix warnings
Carlos Antonio da Silva
2013-03-07
1
-2
/
+2
*
|
|
Merge pull request #9464 from jcoyne/assert_template_file
Rafael Mendonça França
2013-03-07
1
-0
/
+35
|
\
\
\
|
*
|
|
Allow use of assert_template with the :file option.
Justin Coyne
2013-03-01
1
-0
/
+35
*
|
|
|
Add missing require to debug helper test
Carlos Antonio da Silva
2013-03-05
1
-2
/
+2
[prev]
[next]