Lorin Thwaits

Results 7 issues of Lorin Thwaits

Transitioning away from using base_class in order to support versioned sub-classes that utilise STI. The other half of this fix is in [PR #1108](https://github.com/paper-trail-gem/paper_trail/pull/1108) in PaperTrail.

- Removal of any spaces and tabs at the end of lines - Addition of ending carriage returns for text files which did not yet have this - A few...

Thanks for creating this resource! Hope you find **[The Brick](https://github.com/lorint/brick)** intriguing enough to include as part of your list. -Lorin

This causes the `#becomes` patch to work when converting a subclassed **Enumerize**-enabled model into a non-**Enumerize** base model. (It was while adding Enumerize support to **[The Brick](https://github.com/lorint/brick)** that I'd seen...

Given an ActiveRecord class `Animal` which has a subclass `Cat`: ``` class Animal < ApplicationRecord end class Cat < Animal include Enumerize end ``` When a form for `Animal` is...

The PNG data for Mike Hillyer's image had been truncated to a few short bytes. The original PNG is 36365 bytes, and when viewed as a part of the whole...