Skip to content

Instantly share code, notes, and snippets.

@van-der-ende
Created February 20, 2015 12:04
Show Gist options
  • Select an option

  • Save van-der-ende/41792eceab261084fe40 to your computer and use it in GitHub Desktop.

Select an option

Save van-der-ende/41792eceab261084fe40 to your computer and use it in GitHub Desktop.
Animade "rails new" defaults
-d postgresql
-m animade_rails_template.rb
--skip-test-unit
gem "autoprefixer-rails"
gem "bluecloth"
gem "foreman"
gem "friendly-id"
gem "modernizr-rails"
gem "unicorn"
gem_group :production, :staging do
gem "rails_12factor"
end
gem_group :test do
end
after_bundle do
git :init
git add: %Q{ --a }
git commit: %Q{ -m 'Initial commit' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment