Skip to content

Instantly share code, notes, and snippets.

@achiurizo
Created April 22, 2010 18:02
Show Gist options
  • Save achiurizo/375569 to your computer and use it in GitHub Desktop.
Save achiurizo/375569 to your computer and use it in GitHub Desktop.
vendor_path = File.dirname(__FILE__) + '/vendor'
# Padrino
%w(core gen helpers mailer admin).each do |gem|
padrino_lib = vendor_path + '/padrino-framework'
gem 'padrino-' + gem, :path => "#{padrino_lib}/padrino-" + gem
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment