public
Fork of wycats/merb-plugins
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/myabc/merb-plugins.git
merb-plugins / merb_sequel
name age message
..
file LICENSE Sat Sep 08 06:10:35 -0700 2007 Initial import of merb_sequel gem [duane.johnson@gmail.com]
file README Thu Jan 03 06:11:49 -0800 2008 Released 0.4.2 [wayneeseguin@gmail.com]
file Rakefile Mon Mar 24 20:52:05 -0700 2008 Prep 0.9.2 [ivey]
file TODO Sat Sep 08 06:10:35 -0700 2007 Initial import of merb_sequel gem [duane.johnson@gmail.com]
directory lib/ Mon Mar 24 16:51:52 -0700 2008 fix rakefiles in plugins. Fix merb_sequel and M... [ezmobius]
directory sequel_generators/ Mon Mar 24 17:03:32 -0700 2008 merb-gen fix for namespaced resources [johnny]
directory specs/ Mon Dec 03 08:01:18 -0800 2007 Began refactoring merb_sequel. [wayneeseguin@gmail.com]
README
= merb_sequel

A plugin for the Merb framework that provides Sequel access

After you install the plugin, you have access to the sequel_migration generator in your merb projects
example: /merb/root/script/generate sequel_migration new_migration

= Contributors

originally written by Duane Johnson (canadaduane@gmail.com).