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…
My Voice | Read here about latest news, updates and tutorials on upcoming technologies application/software development field.
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…
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…
“C” for many of us is just a letter from 36 lettered alphabet, but if we ask an iPhone application developer, he will say it as a sanctified letter because the base of iPhone programming is based on this single letter “C.”
Every one of us would be having different persuasiveness in the definition and experience of their Job. Many of us would have felt that morning no longer remained as fresh…
Few common mistakes, must be taken care of while developing RoR applications.
In Rails, ActiveRecord works as a bridge between the database and Ruby code and allows straightforward mappings between applications objects and database tables. ActiveRecord is compatible with databases like MySQL, SQLite and PstegreSQL. RoR recommends three separate databases for development, production and test environments.