.. |
extensions
|
Undeprecate actionmailer delay, fixes #2186
|
2015-03-02 13:14:09 -08:00 |
middleware
|
small refactor for Logging middleware
|
2015-08-12 10:52:43 -07:00 |
testing
|
Add dynamic testing
|
2013-09-23 12:07:23 -07:00 |
actor.rb
|
Remove unused file, fix various warnings
|
2014-03-19 17:11:12 -07:00 |
api.rb
|
Have enqueued_at time be nil for jobs that have yet to be enqueued (i.e., are scheduled).
|
2015-08-16 11:15:53 -04:00 |
cli.rb
|
Execute event handlers in reverse for shutdown, fixes #2374
|
2015-06-02 20:33:01 -07:00 |
client.rb
|
Remove superfluous check
|
2015-07-01 09:13:33 -07:00 |
core_ext.rb
|
Revert using #each_key
|
2015-04-11 00:44:57 +03:00 |
exception_handler.rb
|
Pro XSS
|
2015-04-29 14:12:32 -07:00 |
fetch.rb
|
oops
|
2015-06-22 09:36:11 -07:00 |
launcher.rb
|
Fix crash on exit when Redis is down, #2235
|
2015-03-13 12:07:01 -07:00 |
logging.rb
|
Dont log timestamp on Heroku, fixes #2343
|
2015-06-10 10:09:48 -07:00 |
manager.rb
|
prevent invalid concurrency from causing hard to debug problems
|
2015-08-12 10:16:40 -07:00 |
paginator.rb
|
Remove instances of early return while holding a Redis connection
|
2015-04-10 14:28:28 -07:00 |
processor.rb
|
rename method
|
2015-05-20 10:31:16 -07:00 |
rails.rb
|
Never include modules if .remove_delay was called
|
2014-06-28 18:20:42 -04:00 |
redis_connection.rb
|
Reduce allocated for gem
|
2015-04-05 19:03:17 +03:00 |
scheduled.rb
|
Polish for #2322
|
2015-05-04 10:52:40 -07:00 |
testing.rb
|
Set Worker's bid when using Sidekiq::Testing
|
2015-05-13 09:52:44 +02:00 |
util.rb
|
Add helper method to encapsulate hz check, #2431
|
2015-07-12 10:51:34 -07:00 |
version.rb
|
Fix CSRF vulnerability reported by Egor Homakov, fixes #2422
|
2015-07-06 12:51:15 -07:00 |
web.rb
|
Enable sessions so Rack::Protection will work
|
2015-07-28 14:58:40 -07:00 |
web_helpers.rb
|
Rework authenticity_token to use simpler helper, #2422
|
2015-07-06 15:52:41 -07:00 |
worker.rb
|
Do not allow Sidekiq::Worker in AJ::Base classes, #2424
|
2015-07-13 21:55:24 -07:00 |