Gems
Shale is a Ruby object mapper and serializer for JSON, YAML, TOML and XML.
Shale is a Ruby object mapper and serializer for JSON, YAML, TOML and XML. It allows you to parse JSON, YAML, TML and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML or XML. - kgiszczak...
Add behaviors to your objects without altering their superclass hierarchy.
Delegate methods in Ruby and preserve self. Add behaviors to your objects without altering their superclass hierarchy. - saturnflyer/casting: Delegate methods in Ruby and preserve self. Add behaviors to your objects without altering their superclass.
Search engine like fulltext query support for ActiveRecord
SearchCop extends your ActiveRecord models to support fulltext search engine like queries via simple query strings and hash-based queries. Assume you have a Book model having various attributes like title, author, stock, price, available. Using Se...
Support for sharded databases and replicas for ActiveRecord
ActiveRecord Shards is an extension for ActiveRecord that provides support for sharded database and replicas. Basically it is just a nice way to switch between database connections. We've made the implementation very small, and have tried not to r...