Tutorials


Beginners guide for a Ruby-on-Rails ready Visual Studio Code
Visual Studio Code is gaining popularity now amongst web developers around the globe. In fact, VSCode tops the latest StackOverflow 2019 survey for Most Popular Development Environments. This is because VSCode offers a wide range of features like.


Translate your rails app route to various languages without the hassle
Translate your rails app route to various languages without the hassle - enriclluelles/route_translator.RouteTranslator is a gem to allow you to manage the translations of your app routes with a simple dictionary format.It started as a fork of the...


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