ace-rails-ap icon indicating copy to clipboard operation
ace-rails-ap copied to clipboard

Slow asset pre-compilation on rails 3.2

Open cesarizu opened this issue 8 years ago • 4 comments

Hello, I'm using this gem and it takes several minutes to pre-compile the ace-rails-ap assets. I specially see:

Compiled set_ace_paths.js  (466916ms)  (pid 9424)
Compiled ace-rails-ap.js  (466953ms)  (pid 9424)

Is this expected? Where can I start debugging this issue?

cesarizu avatar Nov 25 '16 21:11 cesarizu

@cesarizu Sorry, not sure—I don't use this in production anymore. If you figure it out, though, I'd gladly accept a Pull Request.

codykrieger avatar Nov 28 '16 08:11 codykrieger

Hi @codykrieger , nice gem! out of curiosity what are you using now to integrate ace with your app? just load it from a CDN?

pbelouin-mpiwg avatar Jun 29 '17 09:06 pbelouin-mpiwg

I have installed the gem and included the require lines in application.js How to trigger the ACE editor in view in Rails app?

InfantAnto avatar Aug 07 '17 11:08 InfantAnto