-
Ruby on Jets Webpacker errors and Invalid Configuration Object
Ruby on Jets webpacker compilation failed and invalid configuration object
-
Copy file from one S3 bucket to another using Lambda
Copy file from one S3 bucket to another using Lambda automatically using S3 triggers
-
XML Handler Bypassing ParseError Handling Rack Middleware on Rails 6
In a project using actionpack-xml_parser, and implementing a modified version of Catching Invalid JSON Parse Errors with Rack Middleware to also handle XML errors, an upgrade to Rails 6 broke the handling of the ParseError. Interestingly enough, JSON was being handled as expected. TL;DR: The short answer to this is that config/initializers/wrap_parameters.rb only had json…