aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'fred/more_pullable'Pratik Naik2008-12-212-3/+37
|\
| * Allow use of symbols for :type option of ActionController::Streaming#send_fil...=?utf-8?q?Adam=20Cig=C3=A1nek?=2008-12-212-3/+37
* | Fix failing cookie store testFrederick Cheung2008-12-211-3/+3
* | Remove observe_field :on option as prototype no longer supports it [#1088 sta...Frederick Cheung2008-12-211-11/+0
|/
* Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...Joshua Peek2008-12-206-107/+66
* Fix Mime::Type#=~ not using Regexp.quoteFrederick Cheung2008-12-212-1/+2
* Fix reset_session with lazy cookie stores [#1601 state:resolved]Matt Bauer2008-12-204-13/+64
* Fix duplicate test name [#1058 state:resolved] [Dave Rothlisberger, Pratik Naik]Pratik Naik2008-12-201-1/+1
* Rename AbstractResponse to Response and inheirt from Rack::ResponseJoshua Peek2008-12-1910-137/+86
* Process CGI 'cookie' header into 'Set-Cookie' for all responses.Joshua Peek2008-12-194-44/+49
* Improve cookie test coverageJoshua Peek2008-12-191-19/+24
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-1913-27/+20
* Merge docrailsPratik Naik2008-12-192-6/+14
* Revert "Auto-load template handlers based on unmatched extensions [#1540 stat...Pratik Naik2008-12-192-27/+8
* Ensure rack.multithread is set back to original value. Accept external lock.Jeremy Kemper2008-12-181-10/+8
* No need to dup immutable optionsJeremy Kemper2008-12-181-1/+1
* Be sure to call superJeremy Kemper2008-12-181-0/+1
* Cleanup dispatch pathJoshua Peek2008-12-184-24/+16
* Use more generic test env flagJoshua Peek2008-12-183-3/+3
* Conditionally inject session middleware instead of using session managementJoshua Peek2008-12-185-41/+55
* Move gaint lock into middlewareJoshua Peek2008-12-185-15/+43
* Persistent session identifier support for CookieSessionStore and API compat. ...Lourens Naude2008-12-183-15/+63
* Ensure error file is sent with a 'text/html' content type [#1478 state:resolved]Brady Bouchard2008-12-171-1/+1
* When checking for the wrong routing method, ensure the environment is passed ...Joshua Peek2008-12-171-1/+1
* Fix metal testsJoshua Peek2008-12-171-7/+3
* Decorate responses from Rack Middleware and Rails Metal for the purposes of i...Jesse Newland2008-12-172-10/+52
* Remove set_cookie hack from rack response since we dont use cgi sessions anymoreJoshua Peek2008-12-162-5/+3
* Remove CGI::Session memory leak patchJoshua Peek2008-12-161-5/+0
* Session Fixation tests have been rolled into the session cookie testsJoshua Peek2008-12-161-84/+0
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-374/+374
* Do not output an ETag header if response body is blank or when sending files ...Hongli Lai (Phusion2008-12-164-1/+17
* Lazy load flash accessJoshua Peek2008-12-162-10/+14
* Don't write nil values to default session options hashJoshua Peek2008-12-161-3/+9
* Session objects are always a hash, so we need to ensure a flash hash is alway...Joshua Peek2008-12-151-35/+20
* Clear empty nil values in session hash before savingJoshua Peek2008-12-152-23/+6
* Switch to Rack based session stores.Joshua Peek2008-12-1526-1788/+803
* Auto-load template handlers based on unmatched extensions [#1540 state:resolved]Nathan Weizenbaum2008-12-152-8/+27
* Use Mime::JS in place of explicit 'text/javascript' [#1573 state:resolved]Seth Fitzsimmons2008-12-152-4/+2
* Implement Mime::Type.=~ to match all synonyms against arg [#1573 state:resolved]Seth Fitzsimmons2008-12-153-1/+17
* Properly parenthasize calls to defined?(Rails) in 75fa82418 [#1563 state:reso...Frederick Cheung2008-12-151-1/+1
* Fixed ActionView::TestCase current url context [#1561 state:resolved]Dan Pickett2008-12-152-1/+12
* Add :partial option to assert_template [#1550 state:resolved]mark2008-12-116-23/+75
* Fixed session related memory leak [#1558 state:resolved]Frederick Cheung2008-12-111-0/+3
* Fixed template lookups from outside the rails root [#1557 state:resolved]Joshua Peek2008-12-113-2/+6
* Fix for Integration::Session follow_redirect! headers['location'] bug with Ra...Christos Zisopoulos2008-12-102-9/+5
* Prefer Rails.logger over RAILS_DEFAULT_LOGGERJoshua Peek2008-12-101-2/+2
* Fix ActionController autoloadsJeremy Kemper2008-12-101-2/+1
* Explicitly require ERB Utils extensions from TagHelperJoshua Peek2008-12-091-1/+1
* Benchmark.msJeremy Kemper2008-12-093-17/+17
* Fix failing test introduced by optional-format routesJeremy Kemper2008-12-081-0/+1