At Agira, Technology Simplified, Innovation Delivered, and Empowering Business is what we are passionate about. We always strive to build solutions that boost your productivity.

Active Jobs In Rails – Ruby On Rails Guide

Active Job is introduced in Rails 4.2 version, Active Job in Rails is a framework for creating, scheduling and executing background Jobs. What are background Jobs? The tasks whose execution takes place outside of your normal flow of request-response cycle are the background tasks, these tasks will run parallel to your rails application. Why we […]

  • Venkata Krishna
    Venkata Krishna
  • September 10, 2018

Authenticating Rails Web Services With JWT

This blog will help you to set up simple JWT authentication solution for your Rails API. However, i have implemented many authentication solutions in our projects, but i personally felt that JWT is best and secured web token and that provides an easy way to handle the information shared between the client and server. On […]

  • Saravana
    Saravana
  • August 30, 2018

Asset Pipeline In Rails 5

Asset will help us with compression mechanism through which we can integrate multiple files into single file so when the page pass its request to the server then thankfully server will not take much time to load it. Since it’s a single compressed file so it will not be that hard for the server to […]

  • Karthiga M
    Karthiga M
  • August 30, 2018

What's New In Ruby 2.6.0 Preview 1 ?

Hi Folks, Recently Ruby 2.6.0 Preview-1 Released, This updates includes various features to improve the overall performance of Ruby. Let’s explore this features and check out how this will help us. To Explore this features, we must install Ruby 2.6.0-Preview1 version. Let’s look into the installation procedure, Using Ruby 2.6.0 preview-1 version 1) If you […]

  • Venkata Krishna
    Venkata Krishna
  • March 22, 2018

Rails Refactoring Techniques – Concerns

In this article, we are going to see the overview of Rails refactoring techniques, and focus on one of the techniques – called concerns. Why do we need to perform Rails refactoring? The objectives are as follows: DRY(Don’t repeat yourself) Easy to find Clarity Easy to change Performance tuning Easy to test As with all […]

  • Bharanidharan Arumugam
    Bharanidharan Arumugam
  • March 1, 2017

Dockerize an Existing Ruby on Rails Application

In this article, I am going to explain how to dockerize an existing Ruby on Rails application, and start & stop the application in development / production environment. What is Docker? Using docker, we can build and package an application or service with all the dependencies into single unit. Such a unit is called the […]

  • Mars Raj
    Mars Raj
  • September 22, 2016

AWS VPC Automation Setup in Ruby

What is VPC? A virtual private cloud (VPC) is an on-demand configurable pool of shared computing resources allocated within a public cloud environment, providing a certain level of isolation between the different resources VPC automation. The isolation between one VPC automation resource and all other resources of the same cloud is achieved normally through allocation […]

  • Saravana
    Saravana
  • September 15, 2016