Lud

Results 8 issues of Lud

Problem: The migration generated from `bundle exec rails generate approval:install` does not recognize the type of the primary id being used, thus one has to manually adjust the migration file...

using `oj_mimic_json` together with rails 6 `action_text` fails with *JSON::ParserError: unexpected characters after the JSON document () at line 30, column 2 [sparse.c:642]*. ### how to reproduce: `rails _6.0.2.1_ new...

Currently, PaperTrail itself is not yet fully Rails 6.1. compatible. ## paper_trail.save_with_version In particular, I've found the following method to be broken: `paper_trail.save_with_version(validate: false)`. The issue here is a splat...

Have there been any efforts already on getting this gem ready for Ruby 3? this kind of magic: https://github.com/DatabaseCleaner/database_cleaner/blob/master/lib/database_cleaner/cleaner.rb#L43 ```ruby def strategy=(args) strategy, *strategy_args = args ``` won't work in...

`BigDecimal.new` is deprecated since Ruby 2.6 and was removed in Ruby 2.7. Using `BigDecimal('123')` is backward compatible down to Ruby 1.9.3 (oldest version in the CI yml), see https://apidock.com/ruby/v1_9_1_378/BigDecimal, hence...

Shifts Ruby versions for CI from `1.9.3` - `2.2.2` to `2.3.8` - `3.0.0` 2.3.8 is the oldest EOL version that you can still download on the official Ruby page. Ruby...

## Modul https://github.com/uwol/vcms/tree/master/modules/mod_internet_kontakt ## IST Auf der Kontakt Seite wird der Name des Scriptors gerendert, obwohl dieser unter "Personen" als ausgetreten markiert wurde. ## SOLL/Wunsch Ausgetretene Personen werden nirgends angezeigt,...

I choose to install `cargo install --git https://github.com/jez/barchart.git`. Running `git heatmap` then results in > /opt/homebrew/bin/git-heatmap: line 95: bars: command not found Additionally installing the javascript package works. The error...