Skip to content

Instantly share code, notes, and snippets.

@monfresh
Created May 28, 2013 14:13
Show Gist options
  • Select an option

  • Save monfresh/5663043 to your computer and use it in GitHub Desktop.

Select an option

Save monfresh/5663043 to your computer and use it in GitHub Desktop.
Defaults file for Rails Apps Composer for a basic Rails API app that uses MongoDB and Mongoid
recipes:
- setup
- readme
- gems
- testing
- controllers
- routes
- extras
prefs:
:dev_webserver: unicorn
:prod_webserver: same
:database: mongodb
:orm: mongoid
:unit_test: rspec
:templates: haml
:integration: none
:continuous_testing: guard
:fixtures: factory_girl
:authentication: none
:authorization: none
:form_builder: none
:starter_app: none
:local_env_file: false
:quiet_assets: true
:better_errors: true
:rvmrc: true
gems:
- bullet
args:
:skip_test_unit: yes
:skip_active_record: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment