aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* both string and sumbol will be interpolated as string no need to convert to_sganesh2012-06-111-5/+5
* Merge branch 'master-sec'Aaron Patterson2012-05-311-1/+6
|\
| * Strip [nil] from parameters hash.Aaron Patterson2012-05-301-1/+6
* | Remove implicit dependency on pathnameJosé Valim2012-05-251-1/+1
* | Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...Philip Arndt2012-05-231-0/+16
|/
* Fix bug when Rails.application is defined but is nil. See #881Marc-Andre Lafortune2012-05-211-0/+7
* Return 400 Bad Request for URL paths with invalid encoding.Andrew White2012-05-201-0/+31
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-204-1/+29
* Raise Assertion instead of RoutingError for routing assertion failures.David Chelimsky2012-05-201-6/+6
* Add the #unshift method to the middleware stackRich Healey2012-05-181-2/+7
* add tests and external file backtrace for Routing::Mapper#drawKornelius Kalnbach2012-05-151-0/+49
* Copy literal route constraints to defaults - fixes #3571 and #6224.Andrew White2012-05-112-3/+45
* Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-101-0/+35
* Refactor Generator class to not rely on in-place editing the controllerAndrew White2012-05-091-6/+6
* Fix bug when url_for changes controller.Nikita Beloglazov2012-05-091-0/+9
* Add passing tests for generating URLs with nested SCRIPT_NAMEsJeremy Kemper2012-05-072-3/+17
* Fix that optimized named routes should also work as singleton methods on the ...Jeremy Kemper2012-05-061-0/+24
* Force given path to http methods in mapper to skip canonical action checkingCarlos Antonio da Silva2012-05-041-1/+8