Tag Archives: seed_fu

RubyOnRails Seed_fu and Paperclip woes

If you aren’t aware of Seed_fu, it’s a fantastic plugin for RubyOnRails that allows you to populate your database with data, not with yaml files, but with code. Paperclip is an attachment plugin, which, in my opinion, dominates over attachment_fu.
All was fine until I was building a seed for my default admin user. Every time [...]