文件名称:shrine-webdav:提供用于Shrine的简单WebDAV存储
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-30 18:51:40
webdav shrine webdav-storage Ruby
神社::存储:: WebDAV 为提供一个简单的WebDAV存储。 安装 将此行添加到您的应用程序的Gemfile中: gem 'shrine-webdav' 用法 假设您具有报告模型,该模型应该能够将数据存储在远程WebDAV存储中。 class Report < ApplicationRecord end # == Schema Information # # Table name: reports # # id :uuid not null, primary key # name :string not null # created_at :datetime not null # updated_at :datetime
【文件预览】:
shrine-webdav-master
----.gitignore(132B)
----shrine-webdav.gemspec(1KB)
----.rspec(31B)
----.travis.yml(88B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE.txt(1KB)
----spec()
--------shrine()
--------spec_helper.rb(208B)
----README.md(4KB)
----lib()
--------shrine()
----Gemfile(98B)
----Rakefile(117B)