template inliner plugin

Plugin details

Template inliner avoids the problem when to render a large list of objects, Rails creates a large number of View instances, requiring additional CPU and memory for each of them.

Websitehttp://github.com/acunote/template_inliner Repositorygit://github.com/acunote/template_inliner.git LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install git://github.com/acunote/template_inliner.git

Example situation:

    <% for object in objects %>   #1000 times
        <%= render :partial => 'object', :locals => { :object => object } %>
    <% end %>

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: Guest, 8 months ago