Blog

7 things about Ruby on Rails that make it unique

With the world of IT constantly spawning new and innovative web development technologies, what makes Ruby on Rails still relevant and popular? The answer to this question majorly lies in all the efficiency Rails adds to a project, that leads to establishing productivity and profitability for your web application/software development project. So, when the business …

7 things about Ruby on Rails that make it unique Read More »

Tips for Rails Developers to ramp up the Development

If you are a startup particularly interested in rapid web development processes available cost-effectively or you are a developer who in interested in learning a developer-friendly technology, you must have heard about Ruby on Rails. It is an open source framework based on Ruby programming language. Not only is this technology user-friendly from development point …

Tips for Rails Developers to ramp up the Development 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 »