On Mon, 2011-12-26 at 17:20 -0800, Mike C wrote: > I'm trying to move my app to a new server, and in the deploy.rb file I > updated the hostname to reflect the new server. However, when I run > any cap task it still contacts the old server no matter what, and I > can't figure out why this is. There is no reference to the old server > anywhere I can see. ---- did you have a subversion or git server on your old server so there remain references to that server?
did you run a recursive grep to search for references? grep -r OLD_SERVER_NAME /path/to/RAILS_ROOT Craig -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- 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.

