README.rdoc in carrierwave_backgrounder-0.0.1 vs README.rdoc in carrierwave_backgrounder-0.0.2
- old
+ new
@@ -35,9 +35,15 @@
# or
Mongoid::Document::ClassMethods.send(:include, ::CarrierWave::Backgrounder::ORM)
# or
Sequel::Model.send(:extend, ::CarrierWave::Backgrounder::ORM)
+== Usage
+
+If you need to process/store the upload immediately:
+
+ @user.process_upload = true
+
== Word Of Caution
Temp files are stored by default in the tmp directory. They are not guaranteed to be available when your workers process them! For instance, on Heroku, they get blown away on every deploy. If image upload is the main function of your app, I would store the tmp files in a non-volatile directory if you have the option.
== TODO
\ No newline at end of file