Created
February 20, 2015 12:04
-
-
Save van-der-ende/41792eceab261084fe40 to your computer and use it in GitHub Desktop.
Animade "rails new" defaults
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -d postgresql | |
| -m animade_rails_template.rb | |
| --skip-test-unit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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