public
Description: rails 2.3.2 app with basic gems and plugins, several flavors in different branches
Homepage:
Clone URL: git://github.com/jonmagic/pudding.git
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