I noticed that all the script files were updated to #!/usr/bin/env ruby which obviously breaks on Windows. But even after changing them back, WEBrick simply won''t start. I get the following: C:\[projectpath]>ruby script/server => Booting WEBrick... C:\[projectpath]> It says "booting..." but then just stops. Is there a log I can look at to find out what''s going on? --Ryan