1. 08 Aug, 2016 1 commit
    • Steve Hull's avatar
      Remove config/secrets.yml · cedd263b
      Steve Hull authored
      Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production).
      cedd263b
  2. 07 Aug, 2016 1 commit
  3. 05 Aug, 2016 1 commit
    • Brennan Fee's avatar
      Update Visual Studio Code to support workspace files. · 554bccef
      Brennan Fee authored
      Visual Studio Code has a few files that can be placed into the workspace
      in order to share settings across users.  Settings.json is for project
      specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
      While launch.json is for debugging specific tasks.
      554bccef
  4. 28 Jul, 2016 2 commits
  5. 25 Jul, 2016 2 commits
  6. 22 Jul, 2016 1 commit
  7. 21 Jul, 2016 2 commits
  8. 18 Jul, 2016 2 commits
  9. 14 Jul, 2016 2 commits
  10. 13 Jul, 2016 2 commits
  11. 12 Jul, 2016 1 commit
  12. 11 Jul, 2016 2 commits
  13. 10 Jul, 2016 4 commits
  14. 09 Jul, 2016 2 commits
  15. 03 Jul, 2016 1 commit
  16. 02 Jul, 2016 1 commit
    • Roman Pushkin's avatar
      Ignore *.pid.lock · 55157bfd
      Roman Pushkin authored
      Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files:
      
      * `passenger.3000.pid` (removed when passenger stops)
      * `passenger.3000.log`
      * `passenger.3000.pid.lock`
      
      While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored.
      55157bfd
  17. 01 Jul, 2016 3 commits
  18. 30 Jun, 2016 1 commit
  19. 29 Jun, 2016 2 commits
  20. 26 Jun, 2016 1 commit
  21. 24 Jun, 2016 1 commit
  22. 21 Jun, 2016 1 commit
  23. 16 Jun, 2016 3 commits
  24. 15 Jun, 2016 1 commit