assembler / attachinary

Attachments handler for Rails that uses Cloudinary for storage.
MIT License
294 stars 129 forks source link

Is it possible to use file_field_tag instead of f.file_field #126

Open trostli opened 8 years ago

trostli commented 8 years ago

Hi,

I have a form that is not attached to a model via the Rails form builder and I could not figure out how to make attachinary work if I just use plain old <%= file_field_tag ... %>. Is there any way to get this awesome gem to play nicely?

RomainMorlevat commented 7 years ago

Hi @trostli

Have you find how to do it ? I have the same problem here.

trostli commented 7 years ago

Sorry I have not. I ended up moving onto another solution.

On Mar 15, 2017, 3:23 AM -0700, Romain notifications@github.com, wrote:

Hi @trostli (https://github.com/trostli)

Have you find how to do it ? I have the same problem here.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub (https://github.com/assembler/attachinary/issues/126#issuecomment-286700542), or mute the thread (https://github.com/notifications/unsubscribe-auth/ABzC2VRPuiEDkCRX0ZlJZSqHfxyP5bLTks5rl7wzgaJpZM4IThd-).

RomainMorlevat commented 7 years ago

OK, thank you.