Matt Jankowski
Matt Jankowski
This feels similar to this long-ago bug - https://github.com/thoughtbot/shoulda-matchers/issues/203 - which was fixed here - https://github.com/thoughtbot/shoulda-matchers/pull/592 Model of: ``` class Classification < ApplicationRecord belongs_to :classifiable, polymorphic: true belongs_to :topic validates...
We currently have lots of hooks for redirect URLs in the various controllers. It would be interesting to consider more hooks in the success/failure paths of the controller actions so...
This came up in Slack today -- it would be PLEASANT if you could do something like `development restore production PINK` and parity would know to pull the most recent...
I was attempting to use propshaft on a Rails 7 app, and based on https://github.com/jamesmartin/inline_svg/pull/134 I assumed (incorrectly) that inline_svg would "just work" within that setup, but I think it...
It would be great if the python and Swift CLI tools could be run in a REPL/server mode for creating multiple image prompts. This way the model loading startup time...
Re-do of https://github.com/mastodon/mastodon/pull/24241 Background on merge/revert here: https://github.com/mastodon/mastodon/pull/24241 This contains the same changes as the previous PR, rebased against main after the merge/revert commits and a few other recent ones.
I believe this is the last of the pending/xit examples.
A collection of fixes for some of the various `RSpec/...` rubocop rules from the todo. Mostly grabbed the ones which could be done either literally with some global regex/replace work...
Updates a collection of interacting gems: - omniauth to version 2.1.1 - omniauth_rails_csrf_protection to version 1.0.1 - omniauth-saml to 2.1.0 - omniauth-cas to a PR fork branch Minimal set of...
Mailer method was removed here 0b3e4fd5de392969b624719b2eb3f86277b6ac1f but preview wasn't removed.