Sha256: c7d72183a81f79dd89e316919f1807001be7f424422ad4fc933fe85b731cb567
Contents?: true
Size: 965 Bytes
Versions: 2
Compression:
Stored size: 965 Bytes
Contents
# Jackfs Is a rails 3 file store plugin, that allows you to create a simple file store system that can point to disk, s3, or database based on your configuration file. This allows you to implement the storage using a simple api. The plugin is adapter driven, so you can create additional adapters to use for this Jackfs system. ## Install rails plugin install git://github.com/jackhq/jackfs.git ## Configure * If File Adapter your config/filestore.yml would look like this production: location: tmp adapter: file * If Db Adapter your config/filestore.yml would look like this production: connection: sqlite://production.db adapter: db table_name: jackfs ** It is important to note that it uses the sequel toolkit to connect to the database. The connection setting must be a valid sequel toolkit connection string. S3 adapter removed in this version. --- # Report any problems to team@jackrussellsoftware.com
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jackfs-0.1.1 | README.md |
jackfs-0.1.0 | README.md |