Rails configurations in S3
Rails configurations (database.yml, config.yml, etc.) are well defined and powerful tools. If the same configurations are used across multiple projects it becomes a pain to edit and manage the same files in multiple repositories.
Well in such cases it makes sense to store the configurations in one place and all the projects use this location to get the configurations. We chose to store these files in S3.
