Pinned Repositories
acts_as_lookup
Helpful for creating lookup-table-like rails models
acts_as_service
Makes it very easy to create a service-like class that's easy to start and stop, spun off from some work at discovereads.com
mogli
Facebook Open Graph Library
mysql_replication_monitor
a helper class for monitoring replication between two mysql dbs. Rails environment only and depends on multiple_connection_handler.
random_value_sampler
gem for sampling randomly from a collection of values which can have different weights
resque
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
ssl_requirement
SSL Requirement gem
unique_delayed_job
Class to allow for preventing duplicate delayed jobs from being inserted into delayed jobs table
wrangler
A Rails exception handling gem, including sending emails, rendering error pages...inspired by but distinct from exception_notification. Spun off from some work at discovereads.com
bmpercy's Repositories
bmpercy/acts_as_service
Makes it very easy to create a service-like class that's easy to start and stop, spun off from some work at discovereads.com
bmpercy/acts_as_lookup
Helpful for creating lookup-table-like rails models
bmpercy/unique_delayed_job
Class to allow for preventing duplicate delayed jobs from being inserted into delayed jobs table
bmpercy/wrangler
A Rails exception handling gem, including sending emails, rendering error pages...inspired by but distinct from exception_notification. Spun off from some work at discovereads.com
bmpercy/mysql_replication_monitor
a helper class for monitoring replication between two mysql dbs. Rails environment only and depends on multiple_connection_handler.
bmpercy/ssl_requirement
SSL Requirement gem
bmpercy/mogli
Facebook Open Graph Library
bmpercy/random_value_sampler
gem for sampling randomly from a collection of values which can have different weights
bmpercy/resque
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.