Using the rails plugin system for now should work though. Is there a particular reason you'd prefer a gem over a plugin?
I'll review the rest of this work shortly, but the choice to go plugin is definitely the right one. Gems are not recommended for extensions like these to Rails. It's more for generic stuff like database connectors that has use outside of Rails. Plugins are for stuff that's made solely for Rails.
-- David Heinemeier Hansson http://www.37signals.com -- Basecamp, Backpack, Writeboard, Tada http://www.rubyonrails.com -- Web-application framework http://www.loudthinking.com -- Broadcasting Brain _______________________________________________ microformats-rest mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-rest
