aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Accept parameters in methods delegated to tempfileSergio Gil Pérez de la Manga2012-09-221-0/+6
* Delegate ActionDispatch::Http::UploadedFile#close to tempfileSergio Gil Pérez de la Manga2012-09-201-0/+6
* Removing to_shorthand from default_controller_and_action. Fixes #6497Luiz Felipe2012-09-191-0/+7
* Support for multiple etags in an If-None-Match headerTravis Warlick2012-09-151-0/+39
* Use internal instance variable naming scheme for mounted URL helper proxiesSam Pohlenz2012-09-091-0/+11
* set default_headers to nil after use it to avoid order dependent testsFrancesco Rodriguez2012-09-081-25/+32
* Add integration tests for reset_session in cookie storeAndreas Loupasakis2012-09-081-0/+20
* Add test for clear in ActionDispatch::Request::SessionAndreas Loupasakis2012-09-081-0/+9
* Dalli doesn't support autoloading of unloaded classesGuillermo Iguaran2012-09-061-5/+0
* Let's run action pack tests with DalliArun Agrawal2012-09-061-4/+4
* Merge pull request #7522 from lexmag/mime_typeRafael Mendonça França2012-09-041-1/+1
|\
| * Refactor `Mime::Type`Aleksey Magusev2012-09-051-1/+1
* | Make enhanced routing Concerns more tell-don't-askErnie Miller2012-09-031-12/+15
* | Fix concerns not executing block in mapperErnie Miller2012-09-031-0/+10
* | Allow routing concerns to accept a callableErnie Miller2012-09-031-2/+26
|/
* Revert "Merge pull request #7452 from arunagw/memcached_dalli"Jon Leighton2012-08-311-4/+4
* Revert "Add missing require"Jon Leighton2012-08-311-1/+0
* Add Missing Keys from Journey on failed URL formatschneems2012-08-282-6/+17
* Add missing requireRafael Mendonça França2012-08-281-0/+1
* Let's run action pack tests with DalliArun Agrawal2012-08-271-4/+4
* Make sure :via works with mountPratik Naik2012-08-201-0/+9
* Added X-Content-Type-Options to the header defaults.Jim Jones2012-08-181-1/+3
* Extract common controllers to abstract_unitRafael Mendonça França2012-08-131-16/+4
* Implementing Routing ConcernsRafael Mendonça França2012-08-131-0/+94
* push header merge down to a private method so that live responses can have th...Aaron Patterson2012-08-131-0/+11
* live response headers can be merged with a hashAaron Patterson2012-08-131-0/+6
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-111-18/+0
* Test actual content of permanent cookiebrainopia2012-08-101-1/+1
* some testsEgor Homakov2012-08-091-0/+27
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* freeze the header objectAaron Patterson2012-07-291-0/+2
* raise exceptions on header set after response committedAaron Patterson2012-07-291-0/+19
* make sure appropriate headers are set and deletedAaron Patterson2012-07-291-0/+11
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+34
* adding a buffered stream to the response objectAaron Patterson2012-07-291-0/+20
* fix failure test 'test_can_wait_until_commit(ResponseTest)' in actionpackVladimir Strakhov2012-07-281-2/+2
* threads can wait on responses to be committedAaron Patterson2012-07-271-0/+9
* Remove ActionDispatch::Head middleware in favor of Rack::HeadSantiago Pastorino2012-07-231-8/+0
* Don't assume resource param is :id when using shallow routesAndrew White2012-07-201-0/+12
* Support constraints on resource custom params when nestingAndrew White2012-07-201-1/+12
* Add support for optional root segments containing slashesAndrew White2012-07-171-0/+27
* Raise a helpful error message on #mount misuseCarl Lerche2012-07-101-0/+9
* Rename RouteInspector to RoutesInspectorCarlos Antonio da Silva2012-07-081-2/+2
* move route_inspector to actionpack@schneems and @mattt2012-07-071-0/+170
* Prevent conflict between mime types and Object methodsMircea Pricop2012-07-061-0/+14
* Remove more tests related to draw external routes filesRafael Mendonça França2012-06-292-51/+1
* Support unicode character route in config/routes.rb.kennyj2012-06-161-2/+2
* Fix buildSantiago Pastorino2012-06-131-2/+2
* Array parameters should not contain nil values.Aaron Patterson2012-06-121-0/+4