Rails 3 app server startup time is long

前端 未结 3 694
遇见更好的自我
遇见更好的自我 2021-02-04 04:08

UPDATE 2 This is a known bug/feature with the way Ruby 1.9.2 loads files. http://twitter.com/#!/rails/status/72801149769621504

update:

3条回答
  •  攒了一身酷
    2021-02-04 04:46

    I have 3 rails 3 apps and i am migrating one from 2.3.8, the one on rails 2.3.8 loads in 4 seconds, and the branch that is halfway in rails 3 takes 12 seconds, all the other rails 3 projects take from 20 to 30 seconds to load, it is very depressing when i see a screencast where someone loads his rails app in 3 seconds, i have been pulling my hair ever since i migrated to rails 3 thinking it was my environment.

提交回复
热议问题