public
Description: A simple app for managing a bookshelf, and a demo app for DataMapper, Merb, merb-cache
Homepage:
Clone URL: git://github.com/benburkert/community_shelf.git
name age message
file .gitignore Sun Sep 07 15:37:00 -0700 2008 initial import [benburkert]
file README Wed Nov 19 12:02:55 -0800 2008 adding README [jackdempsey]
file Rakefile Wed Nov 19 11:36:39 -0800 2008 use a newly generated Rakefile [jackdempsey]
file TODO Wed Nov 19 12:02:55 -0800 2008 adding README [jackdempsey]
directory app/ Mon Oct 06 08:32:36 -0700 2008 removing debugger references [benburkert]
directory autotest/ Sun Sep 07 21:14:07 -0700 2008 more specs for Book [benburkert]
directory config/ Fri Nov 21 12:07:26 -0800 2008 comment out old auth stuff [jackdempsey]
directory gems/ Sat Oct 04 11:16:29 -0700 2008 Added Books#index [benburkert]
directory lib/ Wed Nov 19 11:50:38 -0800 2008 namespacing of automigrate is different now: db... [jackdempsey]
directory merb/ Wed Nov 19 13:09:58 -0800 2008 add in merb-auth config needed [jackdempsey]
directory public/ Sun Oct 05 10:35:34 -0700 2008 edit/update books and ISBNDB calls are working ... [benburkert]
directory spec/ Mon Oct 06 08:26:53 -0700 2008 removed stub specs for deleted controllers [benburkert]
README
Community Shelf

This simple application serves as a great example of what you can do with merb-cache.


Notes
---------------------------

1. The namespacing on commands for db tasks has changed. If you're experimenting with community_shelf
having watched the video at http://merbcamp.com/video/burkert.mp4 you'll need to run things differently.

The dm: namespace is no longer used, so commands are now:

...
rake db:automigrate            # Perform automigration
rake db:autoupgrade            # Perform non destructive automigration
rake db:create                 # Create the database
rake db:database_yaml          # Create a sample database.yml file
...

Author
----------------------------
Ben Burkert

Contributors
----------------------------
Jack Dempsey