public
Description: A starter Merb app with my common defaults
Homepage:
Clone URL: git://github.com/dkubb/merb-skeleton.git
name age message
file .gitignore Sun Dec 28 22:17:47 -0800 2008 Updated merb gem dependency [Dan Kubb]
file README Thu Nov 13 01:03:00 -0800 2008 Remove ominous note from README * Now that the... [Dan Kubb]
file Rakefile Sun Nov 09 16:04:18 -0800 2008 Initial commit [Dan Kubb]
directory app/ Thu Jan 29 10:35:25 -0800 2009 Updated gem dependencies to Merb 1.0.8.1, DM 0.... [Dan Kubb]
directory autotest/ Sun Nov 09 16:04:18 -0800 2008 Initial commit [Dan Kubb]
directory config/ Tue Apr 21 15:16:39 -0700 2009 Fixed Rack::Cache configuration to work with 0.0.4 [dkubb]
directory doc/ Sun Nov 09 16:04:18 -0800 2008 Initial commit [Dan Kubb]
directory lib/ Sun Dec 21 01:07:05 -0800 2008 Upgraded to YUI Compressor 2.4.2 [Dan Kubb]
directory merb/ Wed Dec 31 13:45:41 -0800 2008 Updated for merb 1.0.7.1 [Dan Kubb]
directory public/ Wed Jan 14 19:53:48 -0800 2009 Updated to JQuery to 1.3 * Updated DataMapper ... [Dan Kubb]
directory slices/ Sun Nov 09 16:04:18 -0800 2008 Initial commit [Dan Kubb]
directory spec/ Tue Dec 30 01:38:02 -0800 2008 Cleaned up Rack::Cache config * Commented out ... [Dan Kubb]
directory tasks/ Wed Dec 31 13:45:41 -0800 2008 Updated for merb 1.0.7.1 [Dan Kubb]
README
merb-skeleton
-------------

This is a merb application set up exactly how I like my apps, and
includes Password, OpenID and Basic authentication approaches.

More Details to come.

Features
--------

- High YSlow score out of the box (96%)
- Uses Compass SASS CSS framework and Blueprint CSS
- Authentication with Password Form, OpenID and HTTP Basic Auth
- 1:2.74 code to spec ratio, with 100% coverage
- Uses YUI Compressor to compress CSS/JS on initial request
#- Uses Rack::Deflate in development mode to gzip/deflate content
- Uses Rack::Cache to cache output if possible