16

Jul

merbful_authentication active_record patch

If you're like me and you're using active_record on merb because you didn't want to take the time to hack data_mapper 0.9.2 to work with merb 0.9.3 (not EDGE), you might run into a problem when using merbful_authentication. The migration generated for the user model uses the singular_name for the drop_table rather than plural_name. This, obviously, causes an error when migrating down. Here's the patch: http://rubyforge.org/tracker/index.php?func=detail&aid=19856&group_id=5072&atid=19607