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.

Nested form fields implementation in Active Model

Introduction In the ActiveRecord model, ‘has_many’ and ‘accepts_nested_attributes_for’ are default components to build form objects so as to create multiple records. ActiveModel::Model is an excellent way to make objects behave like ActiveRecord. But the ActiveModel lacks one key feature, which is the ‘accepts_nested_attributes_for’. As we know that this is a primary attribute for nested fields, […]

  • Bharanidharan Arumugam
    Bharanidharan Arumugam
  • November 25, 2016

Restful API using MEAN stack

This article explores the basics of the MEAN stack, shows how to create a DB Connection and also Create APIs (GET, POST, DELETE). Prerequisites to be in your machine: * Node * MongoDB Installations to be done: * npm install express –save Before going into the application setup, we need to know what is MEAN […]

  • Arunkumar Nattarayan
    Arunkumar Nattarayan
  • November 17, 2016

Facebook APIs with HybirdAuth in Laravel

Facebook APIs & HybirdAuth To make any of the web or mobile application more social, one of the top most in list to be integrated is Facebook. Facebook provides a wide variety of APIs for the developers to perform various action. In this blog we are going to explain the usages of HybirdAuth(OAuth 2) method […]

  • Agira Technologies
    Agira Technologies
  • June 27, 2016

Swagger UI for the documentation of a Ruby On Rails API

In this blog post we are going to demonstrate the usage of  Swagger UI for Ruby on Rails , which is one of the best combinations for API documentation. Ruby, with its reliable open source framework Rails, is an excellent option for building API’s. Especially, it is highly recommended for starting larger API projects. And […]

  • Agira Technologies
    Agira Technologies
  • April 25, 2016