1. 26 Jan, 2016 6 commits
  2. 17 Jan, 2016 2 commits
  3. 09 Jan, 2016 1 commit
  4. 08 Jan, 2016 1 commit
  5. 02 Jan, 2016 2 commits
  6. 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
  7. 20 Dec, 2015 1 commit
  8. 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
  9. 09 Dec, 2015 1 commit
  10. 08 Dec, 2015 1 commit
  11. 18 Nov, 2015 2 commits
  12. 17 Nov, 2015 2 commits
  13. 16 Nov, 2015 2 commits
  14. 14 Nov, 2015 1 commit
  15. 12 Nov, 2015 1 commit
    • Joe Huss's avatar
      Added Links to InterServer Slate Implementation · c7635986
      Joe Huss authored
      URL: https://my.interserver.net/apidoc/
      
      Our implementation includes some minor customizations which others mind fight useful including icons for the Language tabs at the top right.
      
      Side Note: The document contents including sample scripts , input/output parameter+descriptions, etc are generated entirely from a script i wrote that parses my SOAP API WSDL file, PHP Source (parsing phpdoc comments), and MySQL Table defintions (parsing field comments) to generate and populate all the neccesary info. At some point (faster if i have any requests for it ) ill make those scripts publicly available after i clean up the source a bit and make it more portable.
      c7635986
  16. 05 Nov, 2015 3 commits
  17. 04 Nov, 2015 1 commit
  18. 22 Oct, 2015 2 commits
  19. 12 Oct, 2015 1 commit
  20. 11 Oct, 2015 1 commit
  21. 09 Oct, 2015 1 commit
  22. 08 Oct, 2015 1 commit
  23. 06 Oct, 2015 5 commits