Mark a note about how to handle file uploads for persistence
This commit is contained in:
parent
3dcafac917
commit
953ed52b87
@ -1,3 +1,10 @@
|
|||||||
|
# TODO: Make this store to RAILS_ROOT/permanent
|
||||||
|
|
||||||
|
# On bushido, the app directory is destroyed on every update, so everything is lost.
|
||||||
|
# The only place this doesn't happen is the RAILS_ROOT/permanent folder.
|
||||||
|
# Also, RAILS_ROOT/permanent/store is symlinked to RAILS_ROOT/public/store on every update,
|
||||||
|
# so store your publicly-accessible files here (e.g. templates, etc.)
|
||||||
|
|
||||||
CarrierWave.configure do |config|
|
CarrierWave.configure do |config|
|
||||||
|
|
||||||
case Rails.env.to_sym
|
case Rails.env.to_sym
|
||||||
|
Loading…
Reference in New Issue
Block a user