MJFuzz wrote: > Hello, > > I just completed my first real rails application. I successfully > deployed it, configured apache/mongrel clusters, etc. However, I do > need to make code changes on the site often.
Just checking: you are using decent version control, right? > I noticed the only time > the change takes effect is when mongrel is recycled. Is there anyway > around that? I know best practice is to do scheduled updates...etc. That's not necessarily a best practice. > But this s a small site that will have need frequent updates. I read > up on Capistrano a bit, but it seems that part of its steps is a > mongrel restart. Is this really the only way? Just about. But why should it worry you? At least with Passenger, an app restart only takes a few seconds. And if you're not using Capistrano yet...set it up right away! :) > > Thanks! Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

