Tom Rothe

Results 7 issues of Tom Rothe

Allow access to values on the instance not only the class. ```ruby # this works already LakeSuperior.lake_name # and this would be nice: LakeSuperior.new.lake_name ``` Implementation: maybe use the `extended`...

enhancement

I am trying to parse a log file with Miller. The logs are (mostly) in JSONL, but sometimes there are non-JSON lines in between. I would love to have an...

feature-request

When discovering translations, Rails [passes the `base` object to `human_attribute_name`](https://github.com/rails/rails/blob/af09d6b90b23c2d7389f879f37e9cbbeea078e5a/activemodel/lib/active_model/error.rb#L55). This is helpful because `human_attribute_name` is a class method and does not have access to instance methods. If someone wants...

## Brief description Make sure that the spacing utilities are marked as !important. ## Developer Certificate of Origin - [x] I certify that these changes according to the Developer Certificate...

**Problem description** I switch between feature branches a lot. Every time I need to think hard: what was the name of the branch again? There is an endless list of...