1. 18 9月, 2017 1 次提交
  2. 15 9月, 2017 3 次提交
  3. 10 9月, 2017 1 次提交
  4. 08 9月, 2017 1 次提交
  5. 29 8月, 2017 1 次提交
    • M
      Add stopgap_13632 workaround · bb777573
      Matthew Draper 提交于
      I'm not sure this is the problem we're seeing on Travis (occasional
      unexpected IOError exceptions), but it's worth a try.
      bb777573
  6. 17 8月, 2017 2 次提交
    • R
      Temporarily point to a fork of SDoc · 6db4cf9b
      Robin Dupret 提交于
      This fork brings:
      
      * A tiny refresh of the default theme.
      * SEO tags to class files.
      * The removal of HTML tags from search results.
      * Some general template clean-up (HTML 5, removal of the jQuery
        effect library, etc.).
      * A speed up of the generation time (by ~30 seconds).
      6db4cf9b
    • R
      Test with released thor · d2f493c7
      Rafael Mendonça França 提交于
      thor 0.20.0 was released so we can test with the released version.
      d2f493c7
  7. 13 8月, 2017 1 次提交
  8. 07 8月, 2017 1 次提交
  9. 03 8月, 2017 2 次提交
  10. 02 8月, 2017 1 次提交
    • C
      Don't depend on HTTParty · 98bb99ef
      claudiob 提交于
      "httparty" is only added in #30020 to write two tests to make PUT requests
      against S3 and GCS.
      
      The same requests can be made with net/http, removing a dependency from the Gemfile.
      98bb99ef
  11. 01 8月, 2017 1 次提交
  12. 31 7月, 2017 1 次提交
    • D
      Azure Storage support (#36) · 3f4a7218
      Dino Maric 提交于
      * Microsoft Azure storage support
      
      * Add support for Microsoft Azure Storage
      
      * Comply with the new headers implementation
      3f4a7218
  13. 24 7月, 2017 2 次提交
  14. 22 7月, 2017 1 次提交
  15. 21 7月, 2017 1 次提交
  16. 20 7月, 2017 1 次提交
  17. 18 7月, 2017 1 次提交
    • B
      Add bootsnap to default Gemfile: · 0312a5c6
      Burke Libbey 提交于
      Bootsnap precomputes load path resolution and caches ruby ISeq
      and YAML parsing/compilation, reducing application boot time by
      approximately 50% on supported configurations.
      0312a5c6
  18. 16 7月, 2017 1 次提交
  19. 15 7月, 2017 1 次提交
  20. 14 7月, 2017 1 次提交
  21. 13 7月, 2017 1 次提交
    • C
      Update GCSService#url · afb7047e
      Chris Smith 提交于
      Update google-cloud-storage dependency to 1.3
      Refactor arguments to Google::Cloud::Storage::File#signed_url
      afb7047e
  22. 12 7月, 2017 1 次提交
  23. 10 7月, 2017 2 次提交
  24. 08 7月, 2017 1 次提交
  25. 07 7月, 2017 1 次提交
  26. 04 7月, 2017 2 次提交
  27. 02 7月, 2017 2 次提交
  28. 01 7月, 2017 3 次提交
  29. 18 6月, 2017 1 次提交
  30. 30 5月, 2017 1 次提交
    • R
      Remove requirement on mathn · ba848675
      Robin Dupret 提交于
      The test using mathn was first introduced in f1d91790 to check that the
      `distance_of_time_in_words` properly doesn't use the `Fixnum#/` method
      by explicitly requiring this library as it redefines this method.
      
      Given that `mathn` has been gemified in Ruby 2.5 and is deprecated since
      version 2.2, we can certainly safely assume that people will most-likely
      not require this library in their application.
      
      However, to make sure that we don't regress, let's add a test similar to
      the one before f1d91790.
      ba848675