Faster execution of SQL queries in Rails
A) Suppose we have to print 10 articles and author of the articles:
#######
Articles.find(:all, :include => :user, :limit => 5)
#######
...
Feed
A) Suppose we have to print 10 articles and author of the articles:
#######
Articles.find(:all, :include => :user, :limit => 5)
#######
...Mon 11 Apr, 2011
Learn More
Lets have a look on loading large data sets:
Golden Rule: Executing direct SQL statements reduce loading time; Creating objects either for for inserts or fetch, makes slow.
Use ar-extensions gem
Tue 22 Mar, 2011
Learn More
The best way to fetch data from html based on css or html tags is to use NOKOGIRI gem.
Here is the process to achieve it:
Thu 28 Jul, 2011
Learn More
Today web2.0 is considered as commodities platform easily available and if focused on additional feature talent and trust in individual, will convert it into final finished product. The future of web2.0 is to make rich and interact...
Tue 12 Oct, 2010
Learn More
The web2.0 technology based internet sites allowed the world to have interactions and social networking to tackle the financial crisis. Tipd.com, a community web application for financial...
Sun 10 Oct, 2010
Learn More
Online business has transformed into a great height by using web2.0 technology based websites. Sensing the value of email on web prompted Microsoft to acquire Hotmail at hefty price. Now since importance of social networking is ris...
Tue 05 Oct, 2010
Learn More