Okay, now that makes sense. :) Now that said, my understanding is that turning cache off in development is a bad thing, because that meant that new code will not be executed automatically until you restart the server. I could be wrong, though. . .
On Wed, Jul 22, 2009 at 3:38 PM, Alexey Petrushin<[email protected]> wrote: > >> Silly question: Are you using Webrick or Mongrel? > No, I'm using Mongrel. > >> these small things will help you to make your site faster > I'm talking about the development environment, in the production (in > cluster) it works fast :). > > The problem is here (config/development.rb): >> config.cache_classes = false > if i change it to >>config.cache_classes = true > it works really fast. > > So i hoped maybe there is a way to reload it more rarely. > -- > Posted via http://www.ruby-forum.com/. > > > > -- Rilindo Foster AOL Instant Messenger: rilindo Google Talk: [email protected] Web Site: http://www.monzell.com Primary: [email protected] Secondary: [email protected] "Rich bachelors should be heavily taxed. It is not fair that some men should be happier than others. -- Oscar Wilde --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

