Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow asset pre-compilation on rails 3.2 #24

Open
cesarizu opened this issue Nov 25, 2016 · 4 comments
Open

Slow asset pre-compilation on rails 3.2 #24

cesarizu opened this issue Nov 25, 2016 · 4 comments

Comments

@cesarizu
Copy link

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?

@codykrieger
Copy link
Owner

@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.

@pbelouin-mpiwg
Copy link

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

@InfantAnto
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@codykrieger @cesarizu @pbelouin-mpiwg @InfantAnto and others