bkeepers / qu

a Ruby library for queuing and processing background jobs.
MIT License
506 stars 50 forks source link

Add support for Rails 2 #25

Closed moorecp closed 13 years ago

moorecp commented 13 years ago

Currently if one wants to use Qu with Rails, Qu requires Railtie and thus Rails 3. I removed the requirement for Railtie and added information to the README for what needs to be done if you want to use it with Rails 2.