On 1 Dec 2008, at 15:51, Margareth Florián wrote:
> Thanks for your answer Fred.. > > I am in development environment, I have config.cache_classes = false > (in my development.rb file) > In the environment.rb file i have require > File.join(File.dirname(__FILE__), 'boot'). > > I try by instancing load_once_path: Dependencies.load_once_path? > (RAILS_ROOT) in my environment.rb > But does not work. I am not an ruby expert. > If you are using require to load any of your application's classes, then don't Fred > > Can you explain me what can I do? > > Thank you very much. > Margareth > > 2008/11/28 Frederick Cheung <[EMAIL PROTECTED]> > > > > On Nov 28, 3:18 pm, mafloria <[EMAIL PROTECTED]> wrote: > > I'm develop an application. I have rails 2.2 but when I want to see > > changes in my application (by reloading) I have to restart the > server. > > > > What i need to do for do not restart?? > > > > Assuming you are running in development mode and that you haven't > fiddled with the config.cache_classes settings, one way of messing up > auto reloading is by using require to require stuff that rails is > capable of loading automatically. > > 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 -~----------~----~----~----~------~----~------~--~---

