1. 02 Jan, 2016 2 commits
  2. 01 Jan, 2016 1 commit
    • Adrian Perez's avatar
      feat(docker): improve docker support · f90e6b07
      Adrian Perez authored
      This improves Docker support in the following ways:
      
      * Base image off `ruby:onbuild` to avoid unnecessary custom steps and ease
      derived images.
      * Adds `.dockerignore` to avoid sending large files to build.
      * Adds a `docker-compose.yml` so users can simply type `docker-compose up`
      to get it running.
      * Explicity sets the volume definition in the `Dockerfile`.
      * Volume is automatically mount by `docker-compose` (the `source` directory
      relative to the project's dir).
      * Workaround watcher failing to pick directory changes probably because of
      vboxsf and the `listen` gem failing to register filesystem changes.
      * Updates documentation.
      f90e6b07
  3. 09 Dec, 2015 1 commit
  4. 08 Dec, 2015 1 commit
  5. 18 Nov, 2015 2 commits
  6. 17 Nov, 2015 2 commits
  7. 12 Oct, 2015 1 commit
  8. 11 Oct, 2015 1 commit
  9. 09 Oct, 2015 1 commit
  10. 08 Oct, 2015 1 commit
  11. 06 Oct, 2015 6 commits
  12. 30 Sep, 2015 2 commits
  13. 28 Sep, 2015 2 commits
  14. 23 Sep, 2015 2 commits
  15. 27 Aug, 2015 2 commits
  16. 13 Aug, 2015 3 commits
  17. 08 Aug, 2015 2 commits
  18. 06 Aug, 2015 3 commits
  19. 05 Aug, 2015 4 commits
  20. 04 Aug, 2015 1 commit