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/myobie/merb-plugins.git
commit  8d8276cff4f73fe1cb23930de958af06434b7485
tree    7319fbbb808dc03a4febcba443a0af375e70b13f
parent  f359ed6f303d94ace7ffefafc133bbb90ed6d440
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 Tue May 27 08:05:41 -0700 2008 Spring cleaning Rakefiles [fabien]
file TODO Sat Sep 08 06:10:35 -0700 2007 Initial import of merb_sequel gem [duane.johnson@gmail.com]
directory lib/ Thu May 22 08:23:01 -0700 2008 Delegate each_with_index to data (thanks Philip... [michaelklishin]
directory sequel_generators/ Tue May 13 14:10:29 -0700 2008 Correct Sequel Migration Template [areusch]
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).