Wolfgang Wedelich-John
Wolfgang Wedelich-John
Hi, I came across an issue when wanting to use acts_as_api in a Rails api only mode application. In api mode all controllers inherit from ActionController::API, but the rendering method...
* Raising errors on invalid included views * ReRaising error with details on extraction error
I have a use case, where I need all explicit defined views of a Blueprinter class. I opened a PullRequest for this #256
I came across several issues when writing Blueprinter classes. When there are issues in the Blueprint, the error message are not very expressive and debugging is hard. See following example:...
Hi, I encountered an issue when I upgrade our app to Rails 6 with Zeitwerk mode enabled. On startup I get a deprecation warning: ``` DEPRECATION WARNING: Initialization autoloaded the...
This will solve #106
**Is your feature request related to a problem? Please describe.** When upgrading to Rails 7.1 we encounter some deprecation warnings from the rack-proxy gem, which is only pulled in via...
The descendants/descendants_of methods are instance/class methods, which cannot be use when using scopes. Find a way to allow things like ```ruby Node.where(foo: 'bar').descendants ``` instead of ```ruby Node.descendants_of(Node.where(foo: 'bar')) ```
* Drop support for Ruby < 3.0 since 2.7 is now EOL * Drop support for outdated Rails version not able to run with at least 3.0 * Remove those...