Sha256: 2018783cc1fb6d515797fb60d02fd2d5b4fd0339a3aad44775e956d36cd9d395
Contents?: true
Size: 884 Bytes
Versions: 4
Compression:
Stored size: 884 Bytes
Contents
# -- # Copyright (C) 2008-2010 10gen Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ++ require 'mongo/gridfs/grid_store' # DEPRECATED. Plese see GridFileSystem and Grid classes. # # GridFS is a specification for storing large binary objects in MongoDB. # See the documentation for GridFS::GridStore # # @see GridFS::GridStore # # @core gridfs # # @deprecated module GridFS end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mongo-0.19.3 | lib/mongo/gridfs.rb |
mongo-0.19.2 | lib/mongo/gridfs.rb |
mongo-0.19.1 | lib/mongo/gridfs.rb |
mongo-0.19 | lib/mongo/gridfs.rb |