Plugins
This list constaintly gets outdated. Try searching for merb at GitHub and you’ll find much more plugins and tools for Merb.
Assets
- First of all see merb-assets in merb-more.
- merb_multi_js Javascript libraries (jquery, prototype, etc) support for merb
Authentication
- merbful_authentication done as Merb slice — emerging de facto standard for Merb applications, possible candidate for merb_plugins or even merb-more. You can find usage tips in README.
- merb_auth authentication solution for Merb
- can_has_auth and can_has_auth_core – other excellent authentication plugins
Caching.
- Caching is pretty well covered by merb-cache in merb-more.
L10n and i18n and m17n.
- merb_global Localization (L10n) and Internationalization (i18n) support
- merb_abel Translation / Localization for Merb (currently 404)
Mail related.
- merb-mailer in merb-more.
- merb_mail_queue to solve slow massive sendouts that block your action problem.
Markup related.
- whistler A Markup white lister
Pagination.
- merb_paginate Easy Pagination for Merb
Uploads and related.
- attachmerb_fu manage attachments/uploaded data with Merb
Utility plugins.
- merb_has_flash on github provides ActionPack’s flash hash functionality.
- merb exceptions Exception notifications for Merb
- merb-fixtures ORM agnostic powerful fixtures for Merb. Written in Ruby DSL instead of YAML file and could be used for more things than just for testing: development on merb console through Model.fixture(:name), for migrations etc.
Uncategorized (feel free to categorize).
- merb_mart open-source e-commerce engine
- backgroundrb-merb Backgroundrb plugin for Merb
- merb-for-rails Merb plugins that make the transition from Rails a little bit easier
- merb_facebooker Facebook plugin
- merb_autoscaffold Scaffolds for all your models, automagically