..
extensions
Document methods and make documentation uniform for extensions
2013-06-01 12:40:24 +05:30
middleware
Minor refactoring of chain
2013-09-12 14:14:17 -07:00
testing
Add dynamic testing
2013-09-23 12:07:23 -07:00
actor.rb
Modern celluloid now stable for testing purposes, yay!
2013-06-07 22:15:13 -07:00
api.rb
Cast to float before string to ensure it's in double form, fixes #1200
2013-09-24 12:23:05 -07:00
capistrano.rb
add capistrano option sidekiq_default_hooks with compatibility
2013-06-03 13:01:29 +02:00
cli.rb
Rails 4 is supported
2013-09-22 14:05:41 -07:00
client.rb
Rework new resque helpers
2013-09-29 14:24:25 -07:00
core_ext.rb
Add symbolize_keys core ext
2012-12-30 13:33:06 -08:00
exception_handler.rb
don't fail when handling an exception with a nil backtrace
2013-10-07 15:00:20 +01:00
fetch.rb
Add Sidekiq::Actor which provides a testable alternative to Celluloid
2013-05-10 22:12:44 -07:00
launcher.rb
Whoa, reason is actually an Exception. Didn't know that.
2013-09-22 20:48:17 -07:00
logging.rb
Close old logger when rotating, fixes #1008
2013-06-18 13:44:19 -07:00
manager.rb
Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194 .
2013-09-22 14:05:29 -07:00
paginator.rb
Add pagination to Web UI
2012-07-17 22:14:15 -07:00
processor.rb
Avoid calling processor during hard shutdown, fixes #997
2013-06-10 22:20:15 -07:00
rails.rb
Remove optionality of Rails hooks, #401
2012-09-20 20:04:25 -07:00
redis_connection.rb
Don't use the NAME constant here, then Pro bootup is confusing
2013-08-10 12:37:17 -07:00
scheduled.rb
Remove 'at' property so it doesn't confuse Client
2013-05-24 20:34:26 -07:00
testing.rb
Add dynamic testing
2013-09-23 12:07:23 -07:00
util.rb
Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194 .
2013-09-22 14:05:29 -07:00
version.rb
Bump version
2013-10-03 20:15:04 -07:00
web.rb
Web UI cleanup/refactoring, fixes #1247
2013-10-13 15:56:17 -07:00
web_helpers.rb
Web UI cleanup/refactoring, fixes #1247
2013-10-13 15:56:17 -07:00
worker.rb
Rework new resque helpers
2013-09-29 14:24:25 -07:00
yaml_patch.rb
Not sure what to do with this so it's here if someone wants to use it, #152
2012-04-27 21:44:34 -07:00