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_view
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
..
erb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
helpers Introduce grouped_collection_select helper. 2009-08-09 23:58:43 -07:00
locale Improve i18n support for number_to_human_size helper: 2009-01-27 09:22:00 -08:00
render Tentatively accept the ":as or :object, but not both" solution 2009-08-11 15:03:53 -07:00
template Add some more caching to the lookup 2009-08-11 15:03:52 -07:00
base.rb Experimental: Improve performance of ActionView by preventing method cache flushing due to runtime Kernel#extend: 2009-08-09 04:12:09 -03:00
context.rb replace _render_*_from_controller with render_* as they are intended to be public 2009-08-06 19:43:28 -03:00
helpers.rb First effort at new Ajax helpers 2009-07-20 16:13:21 -07:00
paths.rb Rename find_by_parts and find_by_parts? to find and exists? 2009-08-07 15:00:12 -03:00
test_case.rb More perf work: 2009-08-11 15:03:53 -07:00