Interesting Things
One team had trouble deploying via capistrano to Engineyard’s Solo environment because SSH keys weren’t being sent correctly. Setting
ssh_options[:forward_agent] = falsein their Capistrano config fixed the problem.After upgrading to Rails 2.3, Rails started sending two content-types down with each page’s headers,
text/html, application/json. This was causing Selenium tests to choke.If you
scpa file to/etc/cron.d, cron will not notice the new file until youtouchit.
> After upgrading to Rails 2.3, Rails started sending two content-types down with each page’s headers, text/html, application/json. This was causing Selenium tests to choke.
This seemed to only happen in Selenium mode, so we’re guessing it was a problem with Selenium RC FU or with the Selenium proxy or something.
September 17, 2009 at 1:26 pm