I am trying to edit a specific gem: https://github.com/rderoldan1/md_simple_editor
The issue is that the editor does not load without a page refresh first. The issue can be checked here: https://github.com/rderoldan1/md_simple_editor/issues/9
I was able to fix this in my local by editing the file:
/usr/local/rvm/gems/ruby-2.3.4/gems/md_simple_editor-0.3.0/app/assets/javascripts/md_simple_editor.js.coffee
It is fixed by just editing the code as the other users are saying in the issue posted in the gem url above.
I cant find the right place to fix this in production, can someone point me in the right directory path?
Thanks in advance.