1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib
Rafael Mendonça França 499882d4d4 Use ActiveSupport.on_load hooks to extend rails components
Checking if the constant is define and including the extensions directly
in the base class will for the class to be loaded. This may cause these
components to be loaded before the time and be missconfigured if the
sidekiq railtie is loaded before the components railtie.

It is unlikely to happen but is better be safe.
2014-03-28 21:36:38 -03:00
..
sidekiq Use ActiveSupport.on_load hooks to extend rails components 2014-03-28 21:36:38 -03:00
sidekiq.rb Renamed redis_connection to redis_pool. 2014-03-24 13:56:31 -04:00