1. 03 9月, 2018 1 次提交
  2. 28 3月, 2018 1 次提交
  3. 15 12月, 2017 1 次提交
    • S
      Ignore node_modules (#2538) · 0a4fc9c0
      Stefan 提交于
      Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
      0a4fc9c0
  4. 24 3月, 2017 1 次提交
  5. 09 8月, 2016 1 次提交
    • S
      Remove config/secrets.yml · cedd263b
      Steve Hull 提交于
      Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production).
      cedd263b
  6. 12 5月, 2016 2 次提交
    • M
      Annotate .env addition · a275681e
      Max Woolf 提交于
      a275681e
    • M
      Add .env to optionally ignored files · 85147407
      Max Woolf 提交于
      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
  7. 24 1月, 2016 1 次提交
  8. 13 12月, 2015 1 次提交
  9. 21 1月, 2015 1 次提交
    • W
      Typo in comment · 33546eff
      Wafiq Rodzuan 提交于
      I know this is petty, but imagine thousand upon thousand of corrective commits saved by fixing the typo right into the heart of the file.
      33546eff
  10. 18 11月, 2014 2 次提交
  11. 13 11月, 2014 1 次提交
  12. 21 10月, 2014 1 次提交
  13. 19 7月, 2014 1 次提交
  14. 19 4月, 2014 2 次提交
  15. 05 4月, 2014 1 次提交
  16. 21 2月, 2014 1 次提交
  17. 15 12月, 2013 2 次提交
  18. 10 11月, 2013 2 次提交
  19. 09 9月, 2013 1 次提交
  20. 13 8月, 2013 1 次提交
  21. 24 1月, 2013 1 次提交
  22. 31 10月, 2012 1 次提交
  23. 29 10月, 2012 1 次提交
  24. 05 12月, 2011 1 次提交
  25. 22 2月, 2011 1 次提交
  26. 13 11月, 2010 1 次提交
  27. 09 11月, 2010 9 次提交