Skip to content

Instantly share code, notes, and snippets.

@eastmedia
Created September 11, 2009 19:02
Show Gist options
  • Save eastmedia/185507 to your computer and use it in GitHub Desktop.
Save eastmedia/185507 to your computer and use it in GitHub Desktop.
>> require 'vlad'
=> true
>> Vlad.load({ :app => :mongrel,
?> :config => 'config/deploy.rb',
?> :core => :core,
?> :scm => :git,
?> :web => :nginx })
MissingSourceFile: no such file to load -- vlad/mongrel
from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /data/mdb/releases/20090911185419/vendor/rails/activesupport/lib/active_support/dependencies.rb:158:in `require'
from /usr/lib64/ruby/gems/1.8/gems/vlad-2.0.0/lib/vlad.rb:75:in `load'
from /usr/lib64/ruby/gems/1.8/gems/vlad-2.0.0/lib/vlad.rb:72:in `each'
from /usr/lib64/ruby/gems/1.8/gems/vlad-2.0.0/lib/vlad.rb:72:in `load'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment