1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/http
Yehuda Katz 4bf516e072 More perf work:
* Move #set_cookie and #delete_cookie inline to optimize. These optimizations should
    almost certainly be sent back upstream to Rack. The optimization involves using
    an ivar for cookies instead of indexing into the headers each time.
  * Was able to use a bare Hash for headers now that cookies have their own joining
    semantics (some code assumed that the raw cookies were an Array).
  * Cache blankness of body on body=
  * Improve expand_cache_key for Arrays of a single element (common in our case)
  * Use a simple layout condition check unless conditions are used
  * Cache visible actions
  * Lazily load the UrlRewriter
  * Make etag an ivar that is set on prepare!
2009-08-11 15:03:53 -07:00
..
headers.rb
mime_type.rb Remove last TODO. 2009-07-29 12:06:04 -07:00
mime_types.rb Remove Mime::ALL from Mime::SET. 2009-07-29 12:06:02 -07:00
request.rb More perf work: 2009-08-11 15:03:53 -07:00
response.rb More perf work: 2009-08-11 15:03:53 -07:00
status_codes.rb Cherry-picking Active Support extensions 2009-05-14 02:01:08 -07:00