jcavalieri
jcavalieri
I wonder if this is the same issue I'm seeing here: https://github.com/samvera/browse-everything/issues/260
Turns out this is not an issue for us. Please close. Thanks, John
It looks like there is only one environment variable allowed and that is `BUNDLER_ARGS`. https://github.com/logandk/serverless-rack/blob/master/index.js#L381 @logandk would you be okay with a PR that allowed for more environment variables to...
Hi @logandk, I'm no longer on the project where that was using serverless. Feel free to close this. I'll reach out to my former group and let them know they...
I got this working with Apple Silicon with two changes. I removed this line: `bundle lock --add-platform x86_64-linux` https://github.com/customink/lamby-cookiecutter/blob/master/lambify/bin/_build#L12 And added this to the template.yaml under the RailsLambda Properties: ```...
Hi JRuby team, I'm also seeing this issue with `puma (5.6.4-java)` and `jruby:9.3.3` on arm. Where this line -- https://github.com/puma/puma/blob/db751ba82f8980bc3095fc01cbd4458480b804fc/lib/puma/server.rb#L189 -- raises a ```Read: #=' for nil:NilClass>``` error. Is there...
Another year, but still not published to ruby gems?
Same. It would be great if it worked in the template. Otherwise it makes it a hassle to run individual unit tests since it will create a new configuration each...
Clossing. I got passed this by adding a `require` to `application.rb` I'm actually a bit baffled how this worked before.