public
Description: MonkRb skeleton with CouchDB, ERb. No SASS or HAML love from me.
Homepage:
Clone URL: git://github.com/tobyjoe/lazybones.git
tobyjoe (author)
Sun Aug 23 12:12:37 -0700 2009
commit  b740c81b06cf8cc25c1fb3f1fe4794ec5f30c6ea
tree    a0502b0b6c1c940e001f400acc63e37fb5f9e317
parent  7b62678036cb57b0285bbfa569b3e9c498f7a823
name age message
file README Loading commit data...
file Rakefile Sun Aug 23 11:15:15 -0700 2009 added the files. duh. [tobyjoe]
file Thorfile Sun Aug 23 12:12:37 -0700 2009 added settings example file. [tobyjoe]
directory app/
file config.ru
directory config/ Sun Aug 23 12:12:20 -0700 2009 added settings example file. [tobyjoe]
directory db/
file dependencies
directory examples/
file init.rb Sun Aug 23 11:15:15 -0700 2009 added the files. duh. [tobyjoe]
directory public/
directory test/ Sun Aug 23 11:15:15 -0700 2009 added the files. duh. [tobyjoe]
directory vendor/
README
I called this lazybones because cute names are important in the ruby world. 

Lazybones = (Monk) skeleton on Couch(db). Or something. Gimme a break.

Unlike the main monk skeleton, I didn't commit the contents of the vendor directory.

Instead, after you check out the skeleton, be sure to use the dep tool to build them.


dep vendor --all


Also, open config/settings.yml and change the CouchDB database name(s) to reflect your set-up.

TODO, requests for help - stuff I would like to add:

1. A task to do some env/variable injection/interpolation. For example, a tool to inject an app name into the 
settings.yml file.
2. Support for memcached out of the box to cache the results of CouchDB lookups.