uninitialized constant Grape::Middleware::Base::Helpers after update to 1.2.5 #1939
Comments
That's not good. You got a project up that reproduces this? Or bisect it to a change? |
sorry, nothing online. |
@dblock @seb-sykio try |
If this fixes that feels like |
Any updates? |
CI build has been broken for a long time. It is time to fix this. The build was broken because latest version of rubygems * Use a 'minimal' VM to avoid issues with ruby, bundler 2.0 and the fact that we don't use a Gemfile.lock to force the use of bundler 1.x. It is messy. I spent too much time trying to fix. It is better to avoid all this for now and re-enable later if we need it. * Run reevoocop with docker-compose. * Disable posting code coverage results to CodeClimate. This is temporary, until we re-enable ruby/bundler. * Remove slack notifications. We have moved to horrible and develope unfriendly MS Teams. * Pin postgres to v9. There is an issue with rails 4.x and pg > 9. * Fix issue with missing 'require' introduced in grape > 1.25. See ruby-grape/grape#1939 * Use latest version of rails 4.x * Other minor fixes that I failed to record.
CC @myxoh @robert-hromej had the right idea. If I move In other words, if I have a |
The text was updated successfully, but these errors were encountered: