Tim Landwerth
Tim Landwerth
This is a follow-up of https://github.com/basecamp/trix/issues/528, which was closed, even though there is no easy solution to handle this case. The basic problem is the following: When using some bundling...
## Background In a Rails app, we typicall have model translations like this: ```yml en: activerecord: models: article: one: Article other: Articles ``` When using polymorphic relations, e.g. when specifying...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
I got an error when trying to enqueue a cron entry from the dashboard manually. Error message: ``` ActiveRecord::RecordNotFound in GoodJob::CronEntriesController#enqueue ``` This is raised by line 23 here: https://github.com/bensheldon/good_job/blob/988665ee849c914a6e8edb4afb45e4bc8383203b/app/models/good_job/cron_entry.rb#L21-L25...
When compiling our assets with Vite (which is using Rollup), the build breaks after upgrading Vue Leaflet to 0.9.0: ``` [vite]: Rollup failed to resolve import "@src/types/injectionKeys" from "node_modules/@vue-leaflet/vue-leaflet/src/functions/layer.ts". This...
I tried to use enumerize (love it!) together with the relatively new [normalizes](https://api.rubyonrails.org/classes/ActiveRecord/Normalization/ClassMethods.html#method-i-normalizes)-Method from ActiveRecord. This does not work - the normalization does not happen. Pseudo example: ``` class MyModel...
See #459 - enumerize does currently not work together with `normalizes` from ActiveRecord.