Giter Club home page Giter Club logo

Brian Durand's Projects

acts_as_revisionable icon 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 storage, and extensibility of the model.

acts_as_trashable icon 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 and losing data.

after_commit_changes icon after_commit_changes

Provide support for merging all saved changes in ActiveRecord models for after_commit callbacks.

async_methods icon async_methods

Gem that adds asynchronous method calls for all methods on every object to aid in throughput on I/O bound processes. This is intended to improve throughput on I/O bound processes like making several HTTP calls in row.

attribute_guard icon attribute_guard

ActiveRecord extension that allows locking attributes to prevent unintended updates.

cassie icon cassie

The short and sweet Cassandra object mapper from We Heart It.

created_id icon created_id

Mechanism for optimizing ActiveRecord queries against the created_at column on tables.

double_restraint icon double_restraint

Ruby gem that provides a mechanism for safely dealing with external resources so that latency does not take down your application.

faraday_dynamic_timeout icon faraday_dynamic_timeout

Faraday middleware to dynamically set a request timeout based on the number of concurrent requests and throttle the number of requests that can be made.

fast_serializer icon fast_serializer

Serialization library for Ruby objects that emphasizes speed and efficient code.

http_configuration icon http_configuration

Gem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. Simplifies integration of HTTP calls into any environment and provides a unified interface for setting values.

is_it_broken icon is_it_broken

Ruby gem for defining the health status of a ruby application.

json_record icon 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 icon last_mod_cache

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

lazy_methods icon lazy_methods

Gem that adds lazy method wrapping to every object. Preceding any method with lazy_ will defer the invocation until the result is actually needed. This pattern is useful when used with caching systems.

lumberjack icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.