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
-~----------~----~----~----~------~----~------~--~---

Reply via email to