Andrew Seroff
Andrew Seroff
Is there a way to require this in a webpack instead of using the sprockets asset pipeline?
``` DEPRECATION WARNING: Passing the class as positional argument is deprecated and will be removed in Rails 7.2. Please pass the class as a keyword argument: serialize :params, type: Array...
I get a 404 when requesting where I'm mounting `ActiveJobLog::Engine` in my application's routes.
As discussed in https://github.com/rails/importmap-rails/issues/240#issuecomment-1998340405, this PR allows preload to accept 1+ strings representing entry_points instead of just a boolean for the value of a mapping's preload. That way you can...
Seems to work for me, and solves #126
I was receiving an error when generating documentation that included delegation methods within decorator classes (specifically from the Draper gem). The error was caused by `undefined method "length" for nil`....
``` [Wafris] [Wafris] Detailed Error: NoMethodError - undefined method `string' for an instance of PhusionPassenger::Utils::TeeInput Backtrace: /usr/local/rvm/gems/ruby-3.3.5/gems/wafris-2.0.3/lib/wafris/wafris_request.rb:16:in `initialize' ``` Let me know if there's any other information I can provide.
Fixes #311 ### What is the purpose of this pull request? Recent rubocop update introduced a depreciation warning for inheriting from RuboCop::Cop::Cop. See [Rubocop's migration guide](https://github.com/rubocop/rubocop/blob/6b30b0323e5e6ca83067631f6cf2cbc13b6a8f92/docs/modules/ROOT/pages/v1_upgrade_notes.adoc#L12) for what they've documented...
### Tell us about your environment **Ruby Version:** 3.3.5 **Framework Version (RSpec, Minitest, FactoryGirl, Rails, whatever):** Minitest **TestProf Version:** 1.4.2 ### What did you do? Ran Rubocop ### What did...
Looks like right now it takes an ENV variable again.