Month: June 2024

Introduction to some Interesting gems!

Hey Guys, Reading an open source project code improve your coding capabilities. It enhances your technical knowledge and code vocabulary. You may found some new coding design patterns as well. Today I am going to share some interesting gems which I found in that project. I have also created a demo app using some of those […]
Read More

Integrating Vue JS with Ruby on Rails application

Vue is a progressive framework for building user interface. In this article we are going to integrate Vue JS in our Ruby on Rails application. If you noticed, we have passed vue as webpack option. This configuration option is provided by webpacker gem. There are many opther options available. You can find there here If […]
Read More

New features introduced in Ruby 2.7

In this article we are going to review the new features released with Ruby 2.7.0-preview1 last month. There are three major features released last month. 1. Compaction GC This new feature has improved memory space allocation for your Ruby code. It defragment the fragmented memory space. Sometimes your multithread application causes fragmentation which degrades your […]
Read More