Richard Schneeman

Results 473 comments of Richard Schneeman

Related issue https://github.com/rails/rails/issues/35770, you might need to remove the ``` ActiveRecord::Base.establish_connection ``` Call from `config/puma.rb` to get this to work.

Related ticket https://heroku.support/918801

> @schneems Should that URL still work? It's for internal use only. It's helpful to link both ways between support tickets so later engineers can see real-world use cases to...

Ahh. I didn't understand the request fully. I see and understand it. I'm not sure how to gate or guard this logic though. A simple solution would be to add...

You can get caching by using the official node buildpack ``` $ heroku buildpacks:add heroku/nodejs -i 1 ```

It should be cached on the second run and nearly instantaneous. Much better than only running once but having to install from scratch.

One option is to use the `heroku/nodejs` buildpack which does caching and all that fun stuff and then manually disable the `yarn:install` task in your Rakefile. I think it's something...

> My builds went from 45 minutes to 3 minutes. I tried to pair with the former nodejs lang owner and essentially anything over 5 minutes was a MAJOR red...

I think locking was an over-reaction as clearly some developers are still getting value out of it, and talking about workarounds. These are valuable conversations for me as well. I...