Plugins - xmlcache

StarAdd to favorites

This is a simple plugin that allows Rails to support XML fragment caching within RXML documents. The system is built using the standard caching mechanism built into Rails—similar to cache_erb_fragment.
Example Usage:
xml.instruct!
cache_xml(“director/#{@director.id}”) do
xml.director :name=>@director.name, :age=>@director.age do
@director.films.each do |film|
xml.film :name=>film.name, :rating=>file.rating, :release_date=>film.release_date
end
end
end

JT Archie

http://code.google.com/p/xmlcache/

http://xmlcache.googlecode.com/svn/trunk/xmlcache

BSD-type

  • Currently 3.1/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Misc. Enhancements

Tags

Comments

Add a comment

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?