Tutorials

Rails 6 adds if_not_exists option to create_table
This blog is part of our Rails 6 series. Rails 6.0.0.rc1 was recently released.Rails 6 added if_not_exists to create_table option to create a table if it doesn’t exist.Before Rails 6, we could use ActiveRecord::Base.connection.table_exists?.Defaul...




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