Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8642

Show
Ignore:
Timestamp:
01/14/08 04:24:16 (6 months ago)
Author:
nzkoz
Message:

Correct docs on caching and all.js. Merging [8641]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2-0-stable/actionpack/lib/action_view/helpers/asset_tag_helper.rb

    r8421 r8642  
    218218      #     <script type="text/javascript" src="/javascripts/checkout.js"></script> 
    219219      # 
    220       #   javascript_include_tag "prototype", "cart", "checkout", :cache => "shop" # when ActionController::Base.perform_caching is false => 
     220      #   javascript_include_tag "prototype", "cart", "checkout", :cache => "shop" # when ActionController::Base.perform_caching is true => 
    221221      #     <script type="text/javascript" src="/javascripts/shop.js"></script> 
    222222      def javascript_include_tag(*sources)