Michał Czeraszkiewicz
Results
3
issues of
Michał Czeraszkiewicz
How can I tell `genghis` about my MongoDB server details? What I mean is something like this: ``` require 'genghis' require File.expand_path('../app/app.rb', __FILE__) run Rack::URLMap.new \ '/' => Company::App::Server.new, '/genghis'...
feature
While creating my devbox (https://github.com/czerasz/devbox) I noticed some strange error message. I'm new to vagrant and puppet so I'm not sure if it depends on my configuration or the rvm...