Mike Perham
|
ee42be39e0
|
API cleanup, remove deprecations
|
2012-03-28 19:16:54 -07:00 |
|
Mike Perham
|
568462eff7
|
Clean up rails hook testing
|
2012-03-26 19:56:48 -07:00 |
|
Mike Perham
|
b782c05e1b
|
Test cleanup
|
2012-03-17 21:36:33 -07:00 |
|
Mike Perham
|
2206ce7654
|
RedisConnection was only ever creating one Redis connection, even when pooled. Oops.
|
2012-03-13 21:19:46 -07:00 |
|
Mike Perham
|
d2263cbfe1
|
Add basic web testing, promote 'queues' set to core.
|
2012-03-10 13:07:19 -08:00 |
|
Mike Perham
|
65bf77217b
|
Fix require ordering causing extensions to not load properly, GH-77.
|
2012-03-10 12:30:15 -08:00 |
|
Mike Perham
|
0973245909
|
Redis connection API change
old: Sidekiq.redis = Sidekiq::RedisConnection.create(:namespace => 'foo')
new: Sidekiq.redis = { :namespace => 'foo' }
|
2012-03-01 13:41:12 -08:00 |
|
Mike Perham
|
8ee8137caa
|
Refactor options to be globally available for things like
connection pool sizing.
|
2012-02-19 13:05:19 -08:00 |
|
Mike Perham
|
8fbbd02f64
|
Verify mocks
|
2012-02-18 21:24:11 -08:00 |
|
Mike Perham
|
0951c9514c
|
Test for ActiveRecord and ActionMailer extensions
|
2012-02-18 21:08:53 -08:00 |
|