Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created June 2, 2009 13:18
Show Gist options
  • Select an option

  • Save nicolasblanco/122229 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasblanco/122229 to your computer and use it in GitHub Desktop.
Rails::Initializer.run do |config|
# ...
config.gem 'thoughtbot-paperclip', :version => '>= 2.2.9.1', :lib => 'paperclip', :source => "http://gems.github.com"
config.gem 'mbleigh-subdomain-fu', :version => '>= 0.0.5', :lib => "subdomain-fu", :source => "http://gems.github.com"
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment