It has made a difference, and Jeremy's comment is what I would guess too without looking at the code. Given the whole 'convention over configuration' thing I would expect that by default bundler would cache gems and not reload them on each request because not everyone is a gem developer.
It's still pretty slow on my laptop in dev mode - if I turn on class caching it ramps up massively, as you'd expect. A while ago someone posted a link to a plugin which speeds up dev mode by only reloading files/class/controllers/views/etc if the underlying file changed. It had some problems but was a fantastic concept. I can't seem to re-find it, does anyone have a link to it? Anyone using it? --nahum On May 24, 10:45 am, Jeremy Olliver <[email protected]> wrote: > I'd expect it's something along the lines of reloading the gems each request > if the bundle isn't locked. Similar to how classes (models, controllers etc) > aren't cached and are reloaded between each request in dev mode. > > On 24 May 2010 09:59, Richard Hulse <[email protected]> wrote: > > > > > > > Why would this make a difference? (Just as a matter of interest, and > > too lazy to go read the code). > > > On Mon, May 24, 2010 at 9:11 AM, Eaden McKee <[email protected]> wrote: > > > Hi there, > > > >> It's probably my configuration, but just wondering if anyone else > > >> using Rails3 + Postgres is finding it incredibly slow in dev mode. > > >> It's fast in production though. :-) > > > > Are you locking the bundle? This speeds things up heaps. > > > > Best Regards > > > Eaden McKee > > > > -- > > > You received this message because you are subscribed to the Google Groups > > "WellRailed" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > [email protected]<wellrailed%2bunsubscr...@googlegrou > > ps.com> > > . > > > For more options, visit this group at > >http://groups.google.com/group/wellrailed?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "WellRailed" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<wellrailed%2bunsubscr...@googlegrou > > ps.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/wellrailed?hl=en. > > -- > Jeremy Olliver > Developer > Heaps! > More out of life > > -- > You received this message because you are subscribed to the Google Groups > "WellRailed" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/wellrailed?hl=en. -- You received this message because you are subscribed to the Google Groups "WellRailed" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
