I have been playing around with Merb which is a very cool Ruby MVC framework similar to Rails, but Merb is ORM-agnostic, JavaScript library agnostic, template language agnostic, and thread-safe. The merb core has a very small footprint, but for any features that aren’t covered in the core, there are plugins. Rather than reinvent the wheel with a custom plugin framework, these are implemented as RubyGems.
Continue reading...« Previous Entries