RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Faster Rails partial rendering and caching. 78% improvement of test application

Just published a ruby gem to help Rails developers render collections of partials using caching more efficiently. In a nutshell it uses Rails read_multi to fetch cached partials from a cache store like Memcached all at once instead of sequentially. Multi-fetch Fragments. Feedback is greatly appreciated. Please let me know if I can make this better.

Loading older posts