Gypsum

Generate a Rails 3.1 app with We Are Titans’ application templates

She also asserts that the word “Titan” comes from the Greek τιτανος, signifying white earth, clay or gypsum, and that the Titans were “white clay men”, or men covered by white clay or gypsum dust in their rituals.

### About Gypsum

Gypsum provides a set of templates to generate Rails 3 applications. Everything is configured and ready to go on your next Rails 3.1 project.

  • Default: A base Rails 3.1 application with Devise and Cancan for authentication and authorization. Gypsum rolls in many of the things we like to have setup in our apps like: haml, jquery, capybara, factory_girl, rspec, timecop, autotest, will_paginate, and friendly_id.

    gypsum new awesome_app
    gypsum new awesome_app default
    

### Simple Setup

gem install gypsum

gypsum new awesome_app

### Testing generated default app

rake spec
bundle exec autotest

### Copyright

Copyright © 2011 We Are Titans