jonmagic / pudding
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
68ffff6
Jonathan Hoyt (author)
Mon Oct 05 08:59:43 -0700 2009
commit 68ffff6215b3aebf19a34d9d279db7be269d8917
tree 32fb83147ddfb7de57e08432c2bb1607f4e16837
parent 94dd112efa0e094036cc157c820d029215c769c0
tree 32fb83147ddfb7de57e08432c2bb1607f4e16837
parent 94dd112efa0e094036cc157c820d029215c769c0
pudding /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
doc/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
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

