fyi, I have a project i'm trying to complete from my posts a few months ago [work gets in the way of all my little personal projects :P]. Upgraded to the newest Merb release and Sequel.
Sessions in merb_sequel with a default install were throwing: invalid constant Class::Base64 from sequel_session.rb around line 56 (the marshal function) I couldn't see where require "base64" was called in the merb application for this line of code so I added it to the top of connection.rb and that specific error is now gone. apologies if this should have gone in another forum or thread. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
