Tutorials


Dynamoid/dynamoid: Ruby ORM for Amazon's DynamoDB.
Dynamoid is an ORM for Amazon's DynamoDB for Ruby applications. It provides similar functionality to ActiveRecord and improves on Amazon's existing HashModel by providing better searching tools and native association support.DynamoDB is not like o...


voormedia/rails-erd: Generate Entity-Relationship Diagrams for Rails applications
Rails ERD is a gem that allows you to easily generate a diagram based on your application's Active Record models. The diagram gives an overview of how your models are related. Having a diagram that describes your models is perfect documentation fo...


Forward a Call via Voice Proxy with Ruby on Rails
We may conduct a lot of our daily lives with apps, but nonetheless, making phone calls is still a necessary part of our world. Every time we do business over a phone call we expose our private phone number to others. This can pose both privacy and...



How to setup Ruby Object Mapper (ROM) for standalone project
How to setup Ruby Object Mapper with MySQL for standalone console project. Setup ROM Relations, Commands and tests.Official ROM documentation is a great place to start, but there is a lack of information on some basic setup. That’s why I thought t...