Hello,

I'm running a rails app on Dreamhost, which uses Passenger. Sometimes
I have a very tiny change to make in my code, and have it take effect
immediately. However I can't figure out how to trigger Passenger to
realize that I've changed my code.

The only thing I know how to do that works is to re-deploy my
application via capistrano, which does a full SVN export to a brand-
new directory, which of course completely replaces the entire rails
app directory structure with a new one. Apparently Passenger figures
that out.

However I have not been able to figure out a single smaller step that
Passenger will notice. I've even tried "touch"ing the entire directory
structure with the current date/time, and Passenger seems to happily
ignore that.

Any ideas?

Thanks,
Avram
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to