Displaying 1 result from an estimated 1 matches for "join_asset_file_cont".
2008 Jun 02
0
stylesheet_link_tag, javascript_include_tag, caching problems
...s in this block? (asset_tag_helper.rb)
        def write_asset_file_contents(joined_asset_path, asset_paths)
          unless file_exist?(joined_asset_path)
            FileUtils.mkdir_p(File.dirname(joined_asset_path))
            File.open(joined_asset_path, "w+") { |cache|
cache.write(join_asset_file_contents(asset_paths)) }
          end
        end
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gm...