Inline Updatable Input Fields
While working on rails applications, we face the requirement of, updating some attributes of an object without reloading page, quite often. For example updating a value of a record in…
While working on rails applications, we face the requirement of, updating some attributes of an object without reloading page, quite often. For example updating a value of a record in…
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…
Eager loading is a way to find objects of a certain class and a number of named associations.
Few common mistakes, must be taken care of while developing RoR applications.