jonmagic / pudding

rails 2.3.2 app with basic gems and plugins, several flavors in different branches

This URL has Read+Write access

Jonathan Hoyt (author)
Mon Oct 05 08:59:43 -0700 2009
commit  68ffff6215b3aebf19a34d9d279db7be269d8917
tree    32fb83147ddfb7de57e08432c2bb1607f4e16837
parent  94dd112efa0e094036cc157c820d029215c769c0
README.textile

Vanilla

Intro

Besides being one of my fav flav’s, this is a barebones app with just the right mix of gems and plugins and configuration to make a perfect vanilla puddin.

Gems

  • will_paginate
  • RedCloth
  • factory_girl
  • shoulda

Plugins

  • jrails
  • limerick_rake
  • squirrel

Configuration

vanilla is configured to use sqlite3 for its db, and http basic auth for ALL controllers (because its setup in ApplicationController as a before filter). config/settings.yml is where the username and password go. vanilla includes an osx stylesheet and js file that makes a nice osx like UI for use in admin interfaces.

…nuf said