Technical Articles

PAGER DUTY & EXCEPTION NOTIFIER PLUGINS FOR RAILS

PagerDuty gives you an overall view of all your monitoring alarms and alerts in one place. Let’s have a look at the key attributes of this expedient plug-in: Serves as a Monitoring aggregation tool PagerDuty serves as an alarm aggregation and dispatching tool for the system administration and support teams. While collecting the alerts from …

PAGER DUTY & EXCEPTION NOTIFIER PLUGINS FOR RAILS Read More »

BASIC GIT COMMANDS

Git is an open-source version control system and a command-line tool, it is used by programmers, developers, and designers to store projects and keep track of changes to their files. github.com is the website where developers can store their projects. Some basic git command is mentioned below: git clone /path/to/repository This command is used to …

BASIC GIT COMMANDS Read More »

jQuery Image Resizing Plugin: ImgLiquid

ImgLiquid is a jQuery plugin for resizing the images so that these images can fit in the container. Features Optional Responsive (default settings are ‘off’). Lightweight: less than 2KBs gzipped Fill/Crop Align CallBacks Svg support Optional FadeIn Anim (default settings are ‘off’) Compatible with all browsers (Incl. ie6) Why to use? It’s a very good …

jQuery Image Resizing Plugin: ImgLiquid Read More »

Getting Started with Sass – Learning the Basics and Its Installation

Perhaps you already heard about Sass (Syntactically Awesome StyleSheets) and you are interested in it, but don’t have an idea about how to set it up or incorporate it into your project. In the most basic form, Sass is known as the CCS processor, which makes it possible for the CCS writing to become more …

Getting Started with Sass – Learning the Basics and Its Installation Read More »

How to use Textacular Gem to search data in your Rails Application

We might have heard about a lot many gems which let us implement search functionality in our rails application; for example: searchkick, elasticsearch-rails, ransack and finally, sunspot to work with solr search engine. All these gems have their own advantages. Both searchkick and elasticsearch use redis to search the data as well as need to …

How to use Textacular Gem to search data in your Rails Application Read More »

Decent Exposure Gem – Goodbye to repeating instance variables

Introduction Github: Decent Exposure Gem Decent Exposure allows us to create exposed variables that can be used across the controller’s actions instead repeating instance variables. Exposed variables are accessible from views as well and memorize the resultant values. In other words, it is a helper for creating declarative interfaces in controllers. Some Points Improving encapsulation …

Decent Exposure Gem – Goodbye to repeating instance variables Read More »

en_USEnglish