Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Lee O'Mara http://omara.ca

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Check that database.yml is parsed properly

You can confirm that your database YAML file is being parsed properly with this one line shell command.

   1  ruby -ryaml -e "File.open('config/database.yml') { |f| puts YAML.load(f).inspect }"
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS