Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
Created December 13, 2012 11:19
Show Gist options
  • Save AJFaraday/4275824 to your computer and use it in GitHub Desktop.
Save AJFaraday/4275824 to your computer and use it in GitHub Desktop.
comments in database.yml
# The right way
#
#----------------------------------------------------------------
# Production database Real data
#----------------------------------------------------------------
#
development:
...
# the wrong way:
#
----------------------------------------------------------------
# Production database Real data
#----------------------------------------------------------------
#
development:
...
# would you spot the difference?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment