search for: faster_require

Displaying 2 results from an estimated 2 matches for "faster_require".

2010 Sep 13
0
getting faster_require to work with rails 3
In my quest to speed up the horrible environment load time on windows, I''m trying to use faster_require. I have faster_require in my gems file, do a bundle install, then run rails console first time... no errors... some warnings... but console comes up.... Exit console.... then rails console again.... console won''t load. I haven''t added the require ''faster_require''...
2010 May 26
25
Extremely slow start up with ruby 1.9.1 vs 1.8.7
I created a fresh new rails app, no gems, no nothing. Completely unmodified. Doing anything that initializes rails takes 2 - 3 times longer in ruby 1.9.1 than it does in 1.8.7. Obviously with a fresh rails app, this is only 2 - 3 seconds extra. But with a decent sized app, this can take up to 25 seconds for rails to initialize, vs the 12 seconds in 1.8.7. I''ve been racking my brain on