-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Question: Usage of rails-erb-loader
#216
Comments
It's first added here #66 cc @stevejackson |
Thanks @ytbryan for the info.
- from #66 (comment) @stevejackson I wonder if you can remember the problems you were hitting? If so could you open an issue in the rails-erb-loader repo with the details. |
It was me who wrote that, sorry for the slow reply. It was likely a mistake on my part - I was testing out webpacker in RAILS_ENV=production, which doesn't have spring installed - therefore it couldn't find the spring executable. We could probably remove this |
Great. Well then I would suggest removing it then. |
Will do - I'll take care of this soon. |
Feel free to make a PR for this 😄 |
Fixed by #256 |
Hey maintainers, just had a question about your usage of rails-erb-loader. (I'm not a consumer of this project, but I am the maintainer of rails-erb-loader).
Why disable spring in your
runner
config option? The loader spins up a new instance of rails in a child process for every.erb
file fed into it. I would expect this to make rails-erb-loader grind to an intolerably slow speed.The text was updated successfully, but these errors were encountered: