1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

23 commits

Author SHA1 Message Date
Mike Perham
5de88e5ef3 Bump celluloid 2012-06-01 08:24:01 -07:00
Mike Perham
6ddb3eaea5 Test suite requires minitest 3 2012-05-29 17:43:55 -07:00
Mike Perham
b486fcf6e0 Fix Redis 3.x API issues 2012-05-26 18:38:55 -07:00
Mike Perham
7a105437d8 forgot the version spec 2012-04-29 19:59:17 -07:00
Erik Michaels-Ober
68c725e47b Let's try this again...
Use `Object#respond_to?` to determine which MultiJson API to use.
2012-04-22 13:46:00 -07:00
Mike Perham
7799c29a59 Avoid multi_json 1.3, update changes 2012-04-19 19:42:39 -07:00
Mike Perham
849003a14e lock multi_json 1.2 to avoid 1.3 deprecations 2012-04-18 15:00:16 -07:00
Mike Perham
9c6b967029 Revert "Use MultiJson APIs introduced in version 1.3 to suppress deprecation warnings"
Breaks Rails 3.2 and lower

This reverts commit 9c6d5623a1.
2012-04-18 14:57:24 -07:00
Erik Michaels-Ober
9c6d5623a1 Use MultiJson APIs introduced in version 1.3 to suppress deprecation warnings 2012-04-18 10:51:25 -07:00
Mike Perham
86e86417ea Ensure we don't use multi_json 2 with new APIs 2012-04-18 08:42:28 -07:00
Mike Perham
41e20588b1 Latest celluloid, bump version 2012-04-02 11:10:01 -07:00
Mike Perham
a62c775d20 Update capistrano recipe to use a custom ruby script, #95 2012-03-27 20:19:24 -07:00
Mike Perham
aa9887a496 connection_pool version, #95 2012-03-27 15:30:04 -07:00
Mike Perham
6ff0cff35e Require rails 3 2012-03-22 11:18:28 -07:00
Mike Perham
74d0e5ec35 Upgrade to connection_pool 0.9.0
Remove all connection_pool usage of method_missing.
Change Sidekiq.redis API to require a block.
2012-03-14 09:56:13 -07:00
Mike Perham
5ea0ca89d0 Initial spike of Sinatra/TwB2 based web UI
Just run "rails s" in myapp/ and go to http://localhost:3000/sidekiq
2012-03-04 12:58:16 -08:00
Mike Perham
0951c9514c Test for ActiveRecord and ActionMailer extensions 2012-02-18 21:08:53 -08:00
Max Spransy
c34ec108a4 Move redis connection logic into class. Add support for namespaces via redis-namespace gem 2012-02-09 10:26:43 -06:00
Mike Perham
eb09ff5784 Prepare for release 2012-02-05 13:01:34 -08:00
Mike Perham
922d5f8dbe Add Sidekiq::Processor testing, with bug fixes 2012-01-26 12:45:04 -08:00
Mike Perham
14bd63705a Documentation, start client work 2012-01-21 16:42:21 -08:00
Mike Perham
38949ee8fb Add celluloid 2012-01-16 20:02:58 -08:00
Mike Perham
d8232072b3 bundler 2012-01-16 19:25:20 -08:00