Blog / Rails
Delayed_job, the asynchronous priority queue system has a well documented configuration for setting the max number of attempts a worker will run for jobs in the queue: # config/initializers/delayed_job_config.rb Delayed::Job.destroy_failed_jobs ...
I’m sure probably most of you have used the W3C Validator at some point in the past. Validating markup is quite a standard procedure. In case you want to automate your validation like we do and integrate it into your test suite, our Be Vali...
Here at Unboxed we often need to support older, legacy software. Keeping legacy software in a working condition while development platforms evolve could be sometimes tough. Most Rails applications in the past have been making use of Sphinx‘...