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
*
resource and resources do no longer modify passed options
Yves Senn
2012-10-01
1
-0
/
+20
*
fix cache store test
Steve Klabnik
2012-09-30
1
-0
/
+1
*
Merge pull request #7444 from szimek/params_parser_raises_parsing_error
Aaron Patterson
2012-09-26
2
-2
/
+6
|
\
|
*
Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...
Szymon Nowak
2012-08-27
2
-2
/
+4
|
*
Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.
Szymon Nowak
2012-08-24
2
-2
/
+4
|
*
Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...
Szymon Nowak
2012-08-24
2
-2
/
+2
*
|
fixing most tests on Ruby 2.0
Aaron Patterson
2012-09-25
1
-2
/
+2
*
|
Merge pull request #7749 from blowmage/minitest
Aaron Patterson
2012-09-25
1
-0
/
+41
|
\
\
|
*
|
Register AD::IntegrationTest for minitest's spec DSL
Mike Moore
2012-09-24
1
-0
/
+41
*
|
|
depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_...
grosser
2012-09-24
2
-7
/
+13
|
/
/
*
|
fixes the suite for uploaded files
Xavier Noria
2012-09-23
1
-6
/
+6
*
|
Accept parameters in methods delegated to tempfile
Sergio Gil Pérez de la Manga
2012-09-22
1
-0
/
+6
*
|
Delegate ActionDispatch::Http::UploadedFile#close to tempfile
Sergio Gil Pérez de la Manga
2012-09-20
1
-0
/
+6
*
|
Removing to_shorthand from default_controller_and_action. Fixes #6497
Luiz Felipe
2012-09-19
1
-0
/
+7
*
|
Support for multiple etags in an If-None-Match header
Travis Warlick
2012-09-15
1
-0
/
+39
*
|
Use internal instance variable naming scheme for mounted URL helper proxies
Sam Pohlenz
2012-09-09
1
-0
/
+11
*
|
set default_headers to nil after use it to avoid order dependent tests
Francesco Rodriguez
2012-09-08
1
-25
/
+32
*
|
Add integration tests for reset_session in cookie store
Andreas Loupasakis
2012-09-08
1
-0
/
+20
*
|
Add test for clear in ActionDispatch::Request::Session
Andreas Loupasakis
2012-09-08
1
-0
/
+9
*
|
Dalli doesn't support autoloading of unloaded classes
Guillermo Iguaran
2012-09-06
1
-5
/
+0
*
|
Let's run action pack tests with Dalli
Arun Agrawal
2012-09-06
1
-4
/
+4
*
|
Merge pull request #7522 from lexmag/mime_type
Rafael Mendonça França
2012-09-04
1
-1
/
+1
|
\
\
|
*
|
Refactor `Mime::Type`
Aleksey Magusev
2012-09-05
1
-1
/
+1
*
|
|
Make enhanced routing Concerns more tell-don't-ask
Ernie Miller
2012-09-03
1
-12
/
+15
*
|
|
Fix concerns not executing block in mapper
Ernie Miller
2012-09-03
1
-0
/
+10
*
|
|
Allow routing concerns to accept a callable
Ernie Miller
2012-09-03
1
-2
/
+26
|
/
/
*
|
Revert "Merge pull request #7452 from arunagw/memcached_dalli"
Jon Leighton
2012-08-31
1
-4
/
+4
*
|
Revert "Add missing require"
Jon Leighton
2012-08-31
1
-1
/
+0
*
|
Add Missing Keys from Journey on failed URL format
schneems
2012-08-28
2
-6
/
+17
*
|
Add missing require
Rafael Mendonça França
2012-08-28
1
-0
/
+1
*
|
Let's run action pack tests with Dalli
Arun Agrawal
2012-08-27
1
-4
/
+4
|
/
*
Make sure :via works with mount
Pratik Naik
2012-08-20
1
-0
/
+9
*
Added X-Content-Type-Options to the header defaults.
Jim Jones
2012-08-18
1
-1
/
+3
*
Extract common controllers to abstract_unit
Rafael Mendonça França
2012-08-13
1
-16
/
+4
*
Implementing Routing Concerns
Rafael Mendonça França
2012-08-13
1
-0
/
+94
*
push header merge down to a private method so that live responses can have th...
Aaron Patterson
2012-08-13
1
-0
/
+11
*
live response headers can be merged with a hash
Aaron Patterson
2012-08-13
1
-0
/
+6
*
Fix handling SCRIPT_NAME from within mounted engine's
Piotr Sarnacki
2012-08-11
1
-18
/
+0
*
Test actual content of permanent cookie
brainopia
2012-08-10
1
-1
/
+1
*
some tests
Egor Homakov
2012-08-09
1
-0
/
+27
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
freeze the header object
Aaron Patterson
2012-07-29
1
-0
/
+2
*
raise exceptions on header set after response committed
Aaron Patterson
2012-07-29
1
-0
/
+19
*
make sure appropriate headers are set and deleted
Aaron Patterson
2012-07-29
1
-0
/
+11
*
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
1
-0
/
+34
*
adding a buffered stream to the response object
Aaron Patterson
2012-07-29
1
-0
/
+20
*
fix failure test 'test_can_wait_until_commit(ResponseTest)' in actionpack
Vladimir Strakhov
2012-07-28
1
-2
/
+2
*
threads can wait on responses to be committed
Aaron Patterson
2012-07-27
1
-0
/
+9
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
1
-8
/
+0
[next]