bkeepers / qu

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

Remove rails2 from readme #103

Open artofhuman opened 7 years ago

artofhuman commented 7 years ago

I think rails2 it`s not supported anymore, gemspec limit rails to 3.2 https://github.com/bkeepers/qu/blob/master/qu-rails.gemspec#L17 and tests not run for rails 2.

artofhuman commented 7 years ago

https://travis-ci.org/bkeepers/qu/jobs/165430559 also I found that tests are failed when i try to run tests on different rails 4.x version and rails 5.

artofhuman commented 7 years ago

@bkeepers Hi, i want to try to adopt qu to work with rails 5, and solve this issue, https://github.com/rails/rails/blob/f4863ddb35260d9873cc535fdfbe82027622e8e6/activejob/Rakefile#L3, what do think, this project is live ? )

bkeepers commented 7 years ago

I am no longer working on this. I'd be happy to hand it over to anyone that is interested in working on it.

artofhuman commented 7 years ago

I would be interested to work on this