You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tim Garton edited this page Mar 1, 2014
·
2 revisions
Eye.application :myapp do
working_dir '/my/app/root'
if File.exist? File.join(working_dir, 'Gemfile')
clear_bundler_env
env 'BUNDLE_GEMFILE' => File.join(working_dir, 'Gemfile')
end
...
end