文件名称:metal_archives:Metal Archives Web服务Ruby API包装器
文件大小:56KB
文件格式:ZIP
更新时间:2024-03-01 22:45:13
Ruby
Metal Archives Ruby API MetalArchives是一个Ruby API,可以透明地包装,缓存和规范网站。 安装 将此行添加到您的应用程序的Gemfile中。 gem "metal_archives" 然后执行: bundle 或自己安装为: gem install metal_archives 组态 在使用前配置MetalArchives: MetalArchives . configure do | c | ## Application identity (required) c . app_name = "My App" c . app_version = "1.0" c . app_contact = "support@mymusicapp.com" ## Custom cache size per object class
【文件预览】:
metal_archives-master
----nginx()
--------default.conf(2KB)
----bin()
--------console(1021B)
--------setup(131B)
----.overcommit.yml(991B)
----config()
--------initializers()
--------inflections.rb(151B)
----Rakefile(334B)
----.github()
--------workflows()
----.rubocop.yml(1KB)
----metal_archives.env.example(231B)
----Gemfile(70B)
----.rspec(42B)
----metal_archives.gemspec(2KB)
----docker-compose.yml(342B)
----spec()
--------support()
--------factories()
--------metal_archives()
--------spec_helper.rb(6KB)
----LICENSE.md(1KB)
----.gitignore(1KB)
----CHANGELOG.md(1KB)
----lib()
--------metal_archives()
--------metal_archives.rb(2KB)
----README.md(3KB)
----publish.sh(1KB)