Performance issues: Rails Application Part-1(Frontend)
When we develop web applications like Ruby on Rails with rich web page designs, it means more scripts, stylesheets, images, and Flash in the page. Speed of application is inversely…
Insights on AI, machine learning, computer vision, and enterprise technology.
When we develop web applications like Ruby on Rails with rich web page designs, it means more scripts, stylesheets, images, and Flash in the page. Speed of application is inversely…
Working with Oracle database supported application, which we want to internationalize, and then ‘charset’ is crucial factor to provide Unicode storage ability. If we are going to internationalize a new…
While working with one of our Ruby on Rails applications, I wanted to Internationalize the application with full support to Unicode data to be displayed and stored in database. Here…
In the today’s era of Globalization, any application developed should be such that it can target user groups across the world. Dealing with the different user groups in different geographical…
In any application, validations play an important role in protecting application from invalid data to be saved into the database. There are several ways of validating data before it is…
What Multi-tenancy means, In simple definition it is a principle in software architecture where a single instance of the software serves multiple client organizations. Here client organizations are considered as a tenant. With a multi-tenant architecture, the software application is designed virtually to partition its data and configuration so that each client organization works with a customized virtual application instance.
Eager loading is a way to find objects of a certain class and a number of named associations.