Posts Tagged ‘gems’
In this post I’ll show how I’ve dried up the admin controllers of a project at Todobebe using inherited_resources, a gem that makes your controllers inherit all restful actions. Basically I’ve coded two classes to be inherited by the controllers.
Filed under: Ruby | Leave a Comment
Tags: controllers, gems, inherited_resources, rails, tricks, will_paginate
Paperclip Recipes
14Jan10
One of the main features in the Todobebe web sites is photo uploads. We have already improved the process a few times(refactoring FTW) and in this post I selected some recipes based in our experience: asynchronous upload to s3 delaying the thumbnail generation anonymous photos saving photo dimensions If you are using paperclip, some of [...]
Filed under: Ruby | 13 Comments
Tags: delayed_job, gems, paperclip, plugins, rails, Ruby, s3
