What is it?

A Rails 3 template for funkensturm. applications.

Requirements

  • Ruby >= 1.8.7
  • Rails >= 3.0.0

Installation


  gem install funkenplate

Online Usage


  rails myapp --template http://github.com/funkensturm/funkenplate/raw/master/funkenplate.rb

Offline Usage

Just hit this into your console and you will get the path to your local funkenplate template:


  funkenplate

Design guidelines

  • Funkenplate works even when you are offline

Assumptions

  • The application is deployed to /u/apps/APP where APP stands for the name of the application you just created using funkenplate. If you need to change this, it is safe to modify deploy.rb afterwards without breaking any dependencies.