I want to increase my rail project page execution time
for RAILS 3.
When i load page then in loop more than 1000 data in loop but only load around 136 data only because of complete page execution time.
So, I want to increase page execution time so complete my loop of all data.
LIKE in php set_time_limit(); function to set page time limit same thing i need in rails 3.
So please send me if have a any one.