[Rails] Is there any drawback to eager load Rails app in test environment?

2017-04-20 Thread st0012
The reason I want to do this is because there are some bugs like "circular dependencies" can't be found without eager load the entire app. Since we only eager load at production, we can only notice this kind of issues on production. So I think it would be a good idea to eager load entire app

[Rails] Cron job for active_jobs

2015-12-21 Thread st0012
Hi, I recently working on a gem called ActiveJob-Cron <https://github.com/st0012/ActiveJob-Cron>, it lets you to have recurrent jobs when using ActiveJob. And I am also looking for help for solving this gem's main issue: duplicate jobs <https://github.com/st0012/ActiveJob-Cron#dupli