Displaying 2 results from an estimated 2 matches for "planyp".
Did you mean:
plan9
2006 Aug 25
1
Time based fragment caching plugin
I''ve written a plugin to allow for time based fragment caching. It lets
you do things like:
<% cache ''fragment_name'', 10.minutes.from_now do %>
<p>something intensive which will be cached for 10 minutes</p>
<% end %>
Also, there''s a convenience method so that in your controllers you can do:
when_fragment_expired
2006 Aug 22
7
AJAX Support and Rails
Hello there,
This is my first post to the Ruby group. I am also new to the language
and the Rails framework, it is an amazing place to be now. Coming from
a PHP/ASP background I am glad something like Rails finally made it
into web development.
Now to my question. I have been readying a lot about AJAX, and I
wondered what kind of support is built-in into Rails for it. I read
somewhere that