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

Changeset 8641

Show
Ignore:
Timestamp:
01/14/08 04:22:44 (4 months ago)
Author:
nzkoz
Message:

Correct docs on caching and all.js

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_view/helpers/asset_tag_helper.rb

    r8582 r8641  
    233233      #     <script type="text/javascript" src="/javascripts/checkout.js"></script> 
    234234      # 
    235       #   javascript_include_tag "prototype", "cart", "checkout", :cache => "shop" # when ActionController::Base.perform_caching is false => 
     235      #   javascript_include_tag "prototype", "cart", "checkout", :cache => "shop" # when ActionController::Base.perform_caching is true => 
    236236      #     <script type="text/javascript" src="/javascripts/shop.js"></script> 
    237237      def javascript_include_tag(*sources)