On Jul 22, 8:38 pm, Alexey Petrushin <rails-mailing-l...@andreas- s.net> wrote: > > 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.
There's nothing builtin - doesn't mean there's not a way for you to change it though! I'd start by looking at how the existing code reloading stuff works. Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

