> What would you recommend for "abstracting away" the MySQL layer? Is > Ruby/MySQL my lib, or is there something more.. abstract? > > And what does one use for Session management? I cannot find anything to > solve this one. If you're looking to write your own software to do this, you might find inspiration in the Camping micro-framework: http://camping.rubyforge.org/files/README.html Camping uses ActiveRecord for its DB abstraction and also has a simple session management system : http://code.whytheluckystiff.net/camping/wiki/CampingSessions Best regards, Chris -- Posted via http://www.ruby-forum.com/.