Brian Durand

Results 8 repositories owned by Brian Durand

seamless_database_pool

223
Stars
58
Forks
Watchers

Add support for master/slave database clusters in ActiveRecord to improve performance.

acts_as_revisionable

32
Stars
15
Forks
Watchers

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

17
Stars
10
Forks
Watchers

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

36
Stars
16
Forks
Watchers

A ruby gem that can convert HTML to formatted plain text.

json_record

24
Stars
4
Forks
Watchers

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

48
Stars
2
Forks
Watchers

Simple caching for ActiveRecord models based on the record update timestamps.

lumberjack

304
Stars
39
Forks
Watchers

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

83
Stars
27
Forks
Watchers

Asynchronous Solr indexing support for the sunspot gem.