All Blogs

Ruby on Rails 7.0 Alpha Release

Rails has always been the best for designing full-stack websites since the beginning. You may have your opinion on this, but we believe that it’s a language and framework that makes the development faster. While many talk about its demise, we say it’s sought-after and looks to be making its way in the future too.

  • Post author:
  • Post published:September 30, 2021

The Future of Ruby on Rails

RoR dies almost every year; you think it’s most likely dead this year as well. Then why are we talking about it again? We are debating on it for the reason that Ruby on Rails is here to stay and you better get used to it.

  • Post author:
  • Post published:October 1, 2020
Read more about the article Using Chef Repository Directory to Set Up Roles for Rails Environment
Using chef repo directory to set up roles for rails environment

Using Chef Repository Directory to Set Up Roles for Rails Environment

In the previous article, setting up the Rails environment using Chef was explained. Picking up from where we left off, we’ll begin this tutorial by setting up roles. Adding roles is an important step but a bit tricky as well. Users This cookbook adds users to the server, granting them appropriate privileges and so on. You will need to use it together with the Sudo cookbook....

  • Post author:
  • Post published:May 12, 2017
Read more about the article Use Chef to Fast Track Your Remote Rails Environment Setup
Use Chef to Fast Track Your Remote Rails Environment Setup

Use Chef to Fast Track Your Remote Rails Environment Setup

In this tutorial, we will walk through the process of setting up Ruby on Rails server deployment with Chef – in order to automate remote server configuration. Chef is a tool that allows us to manage configurations, similar to Puppet, but it’s considerably more popular as it’s written in Ruby. This tool can help you manage your infrastructure dependencies, create folder....

  • Post author:
  • Post published:May 10, 2017
Read more about the article Capistrano: Remote Server Automation and Deployment Tool
Remote-Server-Automation-And-Deployement-With-Capistrano

Capistrano: Remote Server Automation and Deployment Tool

Capistrano is a tool used for remote server automation and deployment, written in Ruby. It uses SSH to connect with server for performing various operations and Rake to define tasks required to perform deployment on a specific server. To automate repetitive deployment tasks, it can also be used for any language or framework including Java, PHP....

  • Post author:
  • Post published:July 22, 2016
Read more about the article Implementing Observer Pattern in Ruby
Implementing Observer Pattern in Ruby

Implementing Observer Pattern in Ruby

Software design patterns help to speed up the development process. These have been proven and tested in this field while resolving specific problems in the best possible way. These patterns are abstract solutions that can be mapped in myriad situations and are classified in the following categories: Behavioral patterns Structural patterns Creational patterns....

  • Post author:
  • Post published:June 30, 2016

New Features and Major Changes in Rails 5

ActionCable is a library that will ship with Ruby on Rails 5. It integrates WebSockets with the rest of your Rails application that facilitates you to push live updates to your client. This will make it easy to add real-time features to a Ruby on Rails application. This library runs in a separate process from the main application server and needs a multi-threaded....

  • Post author:
  • Post published:January 21, 2016

Ruby framework Volt for Real-time Web Applications

Volt being a Reactive web framework can be an ideal choice to run your Ruby Code on the server as well as on the client side. The DOM shows the Prompt response on automated basis whenever a user interaction with the page takes place. It is systematically efficient in a way that it only updates the nodes which require change. Data can be stored conveniently on....

  • Post author:
  • Post published:September 28, 2015

Getting Started With JRuby

JRuby is an implementation of modern Ruby language of Java VM. It brings right parallelism and increased performance. It gets fame due to the multi threading capabilities it introduces to Ruby World. When ever the thread word pops up, first choice always remains Java. This was the most wanted feature that Ruby fans were looking for. Java VM also have world known and....

  • Post author:
  • Post published:July 22, 2015