Skip to content

Instantly share code, notes, and snippets.

@shanesveller
Created August 14, 2012 15:13
Show Gist options
  • Select an option

  • Save shanesveller/3350182 to your computer and use it in GitHub Desktop.

Select an option

Save shanesveller/3350182 to your computer and use it in GitHub Desktop.
Rails_apps_composer defaults YAML
recipes:
- core
- init
prefs:
:database: postgresql
:dev_webserver: webrick
:prod_webserver: unicorn
:templates: haml
:unit_test: rspec
:integration: none
:fixtures: factory_girl
:form_builder: simple_form
:authentication: devise
:devise_modules: default
:authorization: cancan
:frontend: foundation
:starter_app: none
:ban_spiders: true
:jsruntime: false
:rvmrc: false
:railsapps: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment