Mark a note about how to handle file uploads for persistence

This commit is contained in:
Sean Grove 2011-03-21 03:42:36 -07:00
parent 3dcafac917
commit 953ed52b87
1 changed files with 7 additions and 0 deletions

View File

@ -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