1. 20 May, 2016 1 commit
  2. 18 May, 2016 3 commits
  3. 16 May, 2016 5 commits
  4. 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
  5. 11 May, 2016 2 commits
  6. 10 May, 2016 1 commit
  7. 09 May, 2016 1 commit
  8. 08 May, 2016 2 commits
  9. 06 May, 2016 2 commits
  10. 05 May, 2016 2 commits
  11. 04 May, 2016 1 commit
  12. 01 May, 2016 1 commit
  13. 29 Apr, 2016 1 commit
  14. 28 Apr, 2016 2 commits
  15. 27 Apr, 2016 1 commit
  16. 26 Apr, 2016 3 commits
  17. 24 Apr, 2016 1 commit
  18. 22 Apr, 2016 1 commit
  19. 21 Apr, 2016 2 commits
  20. 19 Apr, 2016 2 commits
  21. 17 Apr, 2016 1 commit
  22. 16 Apr, 2016 2 commits