1. 03 Feb, 2016 1 commit
  2. 31 Jan, 2016 2 commits
  3. 30 Jan, 2016 1 commit
  4. 27 Jan, 2016 15 commits
  5. 26 Jan, 2016 11 commits
  6. 17 Jan, 2016 2 commits
  7. 09 Jan, 2016 1 commit
  8. 08 Jan, 2016 1 commit
  9. 02 Jan, 2016 2 commits
  10. 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
  11. 20 Dec, 2015 1 commit
  12. 19 Dec, 2015 1 commit
    • Zach Panzarino's avatar
      Change cat name · 837a7e78
      Zach Panzarino authored
      After recent events it is probably better to use a different name for the cat.
      837a7e78
  13. 09 Dec, 2015 1 commit