kandanapp / kandan

Kandan is an Open Source Alternative to HipChat
GNU Affero General Public License v3.0
2.72k stars 405 forks source link

Issues with S3 and new version of Paperclip validations #313

Closed ninjapanzer closed 10 years ago

ninjapanzer commented 10 years ago

So I tried to deploy this last night to heroku and use S3 for storage but I was blocked by the Missing validation due to the upgrade to Paperclip ~4.1.0 which strongly restricts you to having to include explicit content type and file extension information to your application.

For the moment I have this patch with includes the validation for S3 and then skips validation so you can still upload whatever you want. The alternative is to rollback the Paperclip gem to ~3.5.4 which I am currently doing in production.

Commit Info

Not checking validations on attachments save for paperclip 4.0