ging / avatars_for_rails

A Rails gem to manage avatars
MIT License
45 stars 27 forks source link

Fix issue on initial upload #15

Closed btucker closed 11 years ago

btucker commented 11 years ago

On initial upload (before cropping), logo_crop_(x|y|w) are all nil. This causes this method to raise an error. Also, there's a missing div with class "update" which prevents the inclusion of the crop partial on the ajax request.

atd commented 11 years ago

I eventually change the classes to add an avatar- prefix and isolete them from the rest of the application

Thank you for your contribution.