Class
Dragonfly::FileDataStore
In:
lib/dragonfly/file_data_store.rb
Parent:
Object
Methods
destroy
disambiguate
new
read
root_path=
server_root=
store_meta?
url_for
write
Classes and Modules
Class
Dragonfly::FileDataStore::BadUID
Class
Dragonfly::FileDataStore::MarshalMetaStore
Class
Dragonfly::FileDataStore::MetaStore
Class
Dragonfly::FileDataStore::UnableToFormUrl
Class
Dragonfly::FileDataStore::YAMLMetaStore
Attributes
deprecated_meta_store
[R]
meta_store
[R]
root_path
[R]
server_root
[R]
store_meta
[W]
Public Class methods
new
(opts={})
Public Instance methods
destroy
(relative_path)
disambiguate
(path)
read
(relative_path)
root_path=
(path)
server_root=
(path)
store_meta?
()
url_for
(relative_path, opts={})
write
(content, opts={})
[Validate]