karnov / htmltoword

Ruby html to word gem
MIT License
179 stars 71 forks source link

Bug in rails 5 #51

Closed ariawanzero closed 6 years ago

ariawanzero commented 7 years ago

Hey I'm trying to use this gem with my rails project, i'm already following all your tutor but i when i change template to .docx.erb it not downloaded and in log development it keep showing DEPRECATION WARNING: Accessing mime types via constants is deprecated. Please change Mime::DOCX to Mime[:docx] when i use format.docx please help

francois2metz commented 6 years ago

Fixed by #54.