ifad / data-confirm-modal

Makes Rails' link_to confirm: 'foo' build a Bootstrap Modal instead of calling the browser's confirm() API.
MIT License
270 stars 115 forks source link

Not working on Heroku #34

Closed gilomen2 closed 8 years ago

gilomen2 commented 8 years ago

This is working perfectly locally, but when pushed to Heroku, confirms are still using the browser default.

Herkou appears to have found the gem correctly: Using data-confirm-modal 1.1.0 from git://github.com/ifad/data-confirm-modal.git (at master)

gilomen2 commented 8 years ago

Sorry, the issue was with not having precompiled assets before pushing to Heroku.

vjt commented 8 years ago

ok, thanks anyway for taking the time to report. This issue is anyway gonna be useful for posterity stumbling upon the same problem :smile: