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

7 commits

Author SHA1 Message Date
Mike Perham
bf2c2990c2 Remove unused file, fix various warnings 2014-03-19 17:11:12 -07:00
Sean Doyle
e12bf878fa Replaced class and instance level send
Replaced with `__send__` from std lib

* `send` can now be overridden to be more semantically meaningful
  * `message.send(user_id)` as opposed to `message.send_message(user_id)`
* `__send__` makes it clear that the reflective version is intended
2014-02-14 09:43:34 -05:00
Mike Perham
bd8ea8877d Fix build on 1.9 2014-02-01 15:15:03 -08:00
Mike Perham
9867b728c4 Concerted effort to increase test coverage: 86 -> 88% 2014-02-01 15:04:20 -08:00
Mike Perham
4e66339f65 Modern celluloid now stable for testing purposes, yay! 2013-06-07 22:15:13 -07:00
Mike Perham
beaec4422f Switch to threaded tasks, see also celluloid/celluloid#251 2013-05-12 13:57:55 -07:00
Mike Perham
55726ca900 Add Sidekiq::Actor which provides a testable alternative to Celluloid 2013-05-10 22:12:44 -07:00