James Hu

Results 22 issues of James Hu

I'm running into issues using a dump script on ActiveRecord objects within a Rails application. Here is my dump script `config/replicate/dump.rb` ``` ruby # config/environment require File.dirname(File.dirname(File.expand_path(__FILE__))) + "/environment" Post.all.each...

Is there any way or plans to support locking in the Chef version that is deployed with `fix ... deploy_chef` via a config file that can be checked into source...

enhancement
question

Current documentation makes it seem like it should be configured within `conditions` but it's actually a base level option.

It appears my **Run Event propagation** is stuck in `/jobs`. How do I fix this? I've tried restarting both the background worker and web app with no effect.

### Is your feature request related to a problem? _No response_ ### What is your feature request? Would be useful to add some notes about certain users (e.g. friend of...

type:enhancement
topic:ui
priority:someday

Is there a recommended way to verify the order stubbed requests were called in? This is useful to ensure stubs are called in a correct order due to API limitations.

Wanted `Blogit::ApplicationController` to extend from a controller other than `ApplicationController` in my app. This pull request gives you that ability :)

While using this library, I was having issues with the WebSocket connection becoming stale and reconnecting in an endless loop. Didn't have time to dig into how this library deviates...

What's everyone's memory usage running clockwork? On production, I currently have it at 90 MB constantly which is almost as much as my unicorn worker!