- Use the uploader's store_path instead of the root
-
Make the
dropbox_client
method publicYou can now easily access to the
dropbox_client
method to get information about the current connection or check if the latter is active or not. -
Use the root path instead of the
Public
directory by default
- Fix deletion when using app_folder accounts
-
Make the gem working with "app_folder" applications.
Correct the returned URL for applications which are not "dropbox" ones since they are not only accessible publicly.
Resolve #1
- Add a rescue block for
DropboxError
since CarrierWave is trying to delete all specified versions of a file even if they do not exist.
- Ensure resource edition works
- First release