refile-gridfs:用于重新归档的Gridfs后端

时间:2024-05-17 07:09:09
【文件属性】:

文件名称:refile-gridfs:用于重新归档的Gridfs后端

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-17 07:09:09

Ruby

Refile :: Gridfs 一个GridFS的后端进行。 为什么? 您想将所有数据存储在一个地方,以简化备份和复制 考虑到 Gem是使用Mongodb 3.0,Ruby 2.2和Mongo 2.1开发和测试的。 它可能适用于早期版本。 安装 将此行添加到应用程序的Gemfile中: gem 'refile-gridfs' 然后执行: $ bundle 或将其自己安装为: $ gem install refile-gridfs 与Rails结合使用 生成初始化程序,并将Refile :: Gridfs设置为store后端。 $ rails g refile:gridfs:initializer 谢谢 该代码的灵感来自项目。 贡献 分叉( ) 创建功能分支( git checkout -b my-new-feature ) 提交更改( git commit -am '


【文件预览】:
refile-gridfs-master
----refile-gridfs.gemspec(1KB)
----LICENSE.txt(1KB)
----lib()
--------generators()
--------refile()
----Gemfile(98B)
----.codeclimate.yml(126B)
----spec()
--------spec_helper.rb(402B)
--------refile()
----Rakefile(204B)
----.travis.yml(138B)
----README.md(1KB)
----.rubocop.yml(38KB)
----.gitignore(118B)

网友评论