Skip to content

Instantly share code, notes, and snippets.

@fernyb
Last active October 2, 2015 23:28
Show Gist options
  • Save fernyb/2345130 to your computer and use it in GitHub Desktop.
Save fernyb/2345130 to your computer and use it in GitHub Desktop.
Rails Template
gem 'haml-rails'
gem 'dynamic_form'
gem 'rspec-rails', :group => [:development, :test]
gem 'machinist', :group => [:development, :test]
generate 'rspec:install'
generate 'db:migrate'
generate 'machinist:install'
remove_file 'public/index.html'
remove_file 'public/images/rails.png'
git :init
git :add => "."
git :commit => "-a -m 'initial app'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment