Add initializer for customizing Resque's Redis connection
Created by: rspeicher
Went with an optional config/resque.yml
file. If it exists, it reads
the connection info from that based on environment. Also added a section
to the installation guide.
For reasoning behind not just using Rails.root
, see https://github.com/defunkt/resque#configuration
Closes #1486 (closed)