I have been trying to integrate the Ace editor to a Rails 4 project and couldn't get it to work in production.
The editor renders but -obviously enough, it can't load the mode-* files. I tried to add the whole ace tree to the compiled assets hoping it would somehow figure out it's already loaded, but it's still looking for "url/mode-html.js".
Has anyone had any luck making Ace work in Rails with precompiled assets? Am I missing something?