April 2, 2011
Posted by Tyler
Mount Resque Interface in Rails 3 and Restrict Access with Authlogic
Resque is a super-useful Rails gem which allows you to queue long-running tasks for background processing. It uses Redis as its data store, ensuring fast access but also data security in case the machine goes down. It also comes with a really nice front-end interface that allows you to see your queues and workers and [...]












