Dmitry Polyakovsky

Results 9 issues of Dmitry Polyakovsky

Same for the classes that inherit from base class. Let's say I want something to fire before every method call in every model. How would I add it ApplicationRecord? Same...

Is anyone having issues with Mongoid 5.1? Here is my setup. Rails 4.2.5.1 / Mongoid 5.1.1 / Mongo 2.4.14 / mongodb_logger 0.6.5. I see the development_log collection in my mongo...

I love the idea of this gem. In my config/initializers/zhong.rb I did: ``` Zhong.schedule do every 5.seconds, 'MyJob' do MyJob.perform_later end end ``` However when I run zhong I get...

Sidekiq-cron https://github.com/ondrejbartas/sidekiq-cron has a nice UI that allows to disable but also to run immediately.

Just a suggestion. I wonder if anyone else has asked about it? Pluses: - really fast, could use data structure like Redis hashes. - could use Redis TTL to expire...

Is there a way to store common job params? For example, I want to import spreadsheet with thousands of records. I convert each row into separate job and run them...

enhancement

… configured for specific accounts

gateway/feature

**The problem/use-case that the feature addresses** Current you can do MODULE LOAD and MODULE UNLOAD. LOAD takes path and UNLOAD takes name. But sometimes you want to reload the module....

Does this gem only work with ActiveRecord? I have Rails 4.1.8 with Mongoid 4.0.2 and I get uninitialized constant ExceptionLogger::ActiveRecord