A current client project of mine involves a lot of image storage. A job for Amazon S3, right? That’s the default answer a lot of the time, but I’ve always found Amazon’s configuration and policy setups extremely long-winded so this
Using the whenever Gem in multiple environments
In my Rails projects I invariably end up using the fantastic whenever gem to schedule cron tasks a project may require. With the whenever gem one can configure scheduled tasks using its DSL, e.g. : every 1.day, at: ‘4pm’ do