.. |
extensions
|
Disable delay extensions by default, fixes #3174 (#3299)
|
2017-01-04 10:30:42 -08:00 |
middleware
|
Revert "Use active record cache when available"
|
2018-02-15 10:02:52 -08:00 |
testing
|
Freeze all string literals in source, fixes #2741
|
2015-12-31 15:33:35 -08:00 |
web
|
Force Redis 4.x now, fixes #3748
|
2018-02-06 08:58:55 -08:00 |
api.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
cli.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
client.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
core_ext.rb
|
Remove core_ext usage
|
2017-06-05 10:45:39 -07:00 |
delay.rb
|
Ensure Sidekiq.enable_delay! does not break Psych.
|
2017-07-29 08:49:54 +02:00 |
exception_handler.rb
|
Log at error level on redis exceptions and then warn for exception
|
2017-11-30 10:11:16 -08:00 |
fetch.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
job_logger.rb
|
Rescue at the method level in JobLogger (#3464)
|
2017-05-08 12:50:36 -07:00 |
job_retry.rb
|
rename API to death handlers for consistency
|
2018-01-31 10:22:22 -08:00 |
launcher.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
logging.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
manager.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
paginator.rb
|
Freeze all string literals in source, fixes #2741
|
2015-12-31 15:33:35 -08:00 |
processor.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
rails.rb
|
Revert "Use active record cache when available"
|
2018-02-15 10:02:52 -08:00 |
redis_connection.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
scheduled.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
testing.rb
|
Push constantize impl to where it is used.
|
2017-05-15 14:57:03 -07:00 |
util.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |
version.rb
|
bump
|
2018-02-06 09:31:23 -08:00 |
web.rb
|
class attributes must inherit or we break Pro UI extensions
|
2016-10-17 11:16:26 -07:00 |
worker.rb
|
Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759
|
2018-02-17 14:09:28 -08:00 |