diff --git a/config/initializers/carrierwave.rb b/config/initializers/carrierwave.rb index 708c02e7..613e557f 100644 --- a/config/initializers/carrierwave.rb +++ b/config/initializers/carrierwave.rb @@ -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| case Rails.env.to_sym