From: "David A. Black" Date: 2009-04-01T04:30:26+09:00 Subject: Re: tab characters in database.yml breaks mongrel Hi -- DjangoFan wrote: > i dont have a bug tracking user account and so ill post this here > quick: > > tab characters in database.yml breaks mongrel It's not a Mongrel thing. YAML doesn't accept tabs as delimiters: s = "a: 1\nb:\t2" YAML.load(s) ArgumentError: syntax error David -- David A. Black / Ruby Power and Light, LLC Ruby/Rails consulting & training: http://www.rubypal.com Coming in 2009: The Well-Grounded Rubyist (http://manning.com/black2) Ruby Training Atlanta! April 1-3, http://www.entp.com/training/atlanta09