I am using Rails 4.1's secrets.yml to store my keys etc, but I am wondering, if this file should be gitignore, so I don't store any sensitive data in my repo?
If I gitignore it, how do I access secrets on my server? (Which is Engineyard, in this case)