Brian Durand
Brian Durand
seamless_database_pool
Add support for master/slave database clusters in ActiveRecord to improve performance.
acts_as_revisionable
ActiveRecord extension that provides revision support so that history can be tracked and changes can be reverted. Emphasis for this plugin versus similar ones is including associations, saving on stor...
acts_as_trashable
ActiveRecord extension that serializes destroyed records into a trash table from which they can be restored. This is intended to reduce the risk of users misusing your application's delete function an...
html_to_plain_text
A ruby gem that can convert HTML to formatted plain text.
json_record
Add ability to serialize arbitrarily complex schemas into an ActiveRecord field. You get the benefits of a schemaless database but with all the features of ActiveRecord.
last_mod_cache
Simple caching for ActiveRecord models based on the record update timestamps.
lumberjack
A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger. Provides support for automatically rolling log files, formatting log output, and tagging log entries.
sunspot_index_queue
Asynchronous Solr indexing support for the sunspot gem.