1. 16 May, 2016 3 commits
  2. 12 May, 2016 3 commits
    • Brendan Forster's avatar
      Merge pull request #1973 from maxehmookau/patch-1 · 9779d87d
      Brendan Forster authored
      Add .env to optionally ignored files
      9779d87d
    • Max Woolf's avatar
      Annotate .env addition · a275681e
      Max Woolf authored
      a275681e
    • Max Woolf's avatar
      Add .env to optionally ignored files · 85147407
      Max Woolf authored
      Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets.
      The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control.
      
      This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed.
      85147407
  3. 11 May, 2016 2 commits
  4. 10 May, 2016 1 commit
  5. 09 May, 2016 1 commit
  6. 08 May, 2016 2 commits
  7. 06 May, 2016 2 commits
  8. 05 May, 2016 2 commits
  9. 04 May, 2016 1 commit
  10. 01 May, 2016 1 commit
  11. 29 Apr, 2016 1 commit
  12. 28 Apr, 2016 2 commits
  13. 27 Apr, 2016 1 commit
  14. 26 Apr, 2016 3 commits
  15. 24 Apr, 2016 1 commit
  16. 22 Apr, 2016 1 commit
  17. 21 Apr, 2016 2 commits
  18. 19 Apr, 2016 2 commits
  19. 17 Apr, 2016 1 commit
  20. 16 Apr, 2016 2 commits
  21. 15 Apr, 2016 5 commits
  22. 03 Apr, 2016 1 commit