From: Tom Hughes Date: Mon, 15 Jun 2009 11:34:23 +0000 (+0000) Subject: Stop the spawner switching to the root directory as it breaks the X-Git-Tag: live~7107 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/662ae3f6d8c6d166884334d27988e4191bbdfbaf?hp=662ae3f6d8c6d166884334d27988e4191bbdfbaf Stop the spawner switching to the root directory as it breaks the ability of ActionMailer to auto-locate parts for multipart emails if the current working directoy is not the rails root. There is probably a better fix for this, but this will do for now... ---