Dennis Kuczynski
Dennis Kuczynski
@nesquena Sure, I'd love to help you guys with an admin panel. I don't know if it's smart to try to try to model the Resque/Sidekiq admin panels too closely...
Yeah, I guess that's true. It's more a theoretical issue than a practical one. When I get a chance, I'll see about creating a fork/branch with a basic skeleton/prototype.
Sure. I don't have much time for working on new features and issues, so feel free to make improvements.
The executable currently uses the [vegas](http://code.quirkey.com/vegas/) gem which defaults to use the locally installed `thin` since no rack handler is specified. I should update the docs to mention that you...
You can also specify the handler with the -s option: ``` $ beanstalkd_view -h Vegas options: -K, --kill kill the running process and exit -S, --status display the current running...
Alright, I dug a little deeper into the code. The only reason there's an issue is the body tags dynamically inserted: the results container div and the jquery template scripts,...
I just spun up a quick Rails 3 test app, and didn't notice the error I saw previously. I no longer have the source code for the original app, but...