hey, for performance reasons i want to cache (template) variables using memcache, making access to data easy in templates by using a simple syntax like <%=users(2).name%>. this actually should tell the view to load the field 'name' from the model/table 'users' with id=2. it first tries memcache and if not found, loads the data from the and stores it in memcache.
has anyone done this before, any ready to use plugins available? :). if not, any ideas/suggestions on how to implement this best in ror? caching partials or whole actions is not an option because of too complex dependencies. thanks --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

