Anand
Anand
We have delayed_job to handle background processing in our app. God monitors the more-memory-consuming DJ workers now and then and cut them off. This setup has been working perfectly for...
I was trying this tool for generating changelog for a private repo. And the latest version gave me this error. ``` {"message":"Must specify two-factor authentication OTP code.","documentation_url":"https://developer.github.com/v3/auth#working-with-two-factor-authentication"} ```
In my Gemfile, if I give, gem "gbarcode", :git => "git://github.com/ahaller/gbarcode.git", :ref => "ruby1.9" Bundler throws me error like this, Could not find gem 'gbarcode (>= 0, runtime)' in git://github.com/ahaller/gbarcode.git...
If a schema already has createdAt field, dont add it. Instead, add updatedAt field alone and maintain it. Vice versa for the updatedAt field. Right now in version 0.3.0, this...