Question

For last few months, I have been watching my rails3 and rails4 projects, and I found rake is faster in rails4, is that the case with you all?, any guesses as to what made it so? And can I make my rails3 rake faster by adding/removing a few lines of rails code?

I also found rails console gets launched faster in rails4.

Rather I am looking for what quick changes to do to your rails app making it load faster in general. What are your favourite ones?

Was it helpful?

Solution

This boost up provided with ruby 2.0. The performance grows from version to version. In Ruby 2.0+ was improved Garbage collector algorithm.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top