georgia-cms / georgia

Rails 4 CMS Engine
MIT License
2 stars 2 forks source link

Optional :fog vs :file uploader config #19

Closed mathieugagne closed 10 years ago

mathieugagne commented 10 years ago

Default to fog with the example Carrierwave initializer config. Overriding it and selecting :file would allow you to save the files in uploads folder on disk.

Could need some documentation for capistrano users to symlink uploads folder with shared folder.