Dan Y
Dan Y
Hi there, I'm using active_admin-state_machine with rails v6.1.4 and ActiveAdmin v2.9.0 When rails is launched, I get warnings for each state_action block defined in my active admin classes: `Warning: method...
### Steps to reproduce Configure ActiveStorage with GKE Workload identity (as documented [here](https://edgeguides.rubyonrails.org/active_storage_overview.html#google-cloud-storage-service)): ```ruby google: service: GCS iam: true project: bucket: ``` Define a class: ```ruby class Transaction < ApplicationRecord...
Installing crypt_keeper gem from rubygems (via bundler) is incompatible with rails 7.0.x.y Steps to reproduce: ``` gem 'rails', '~> 7.0' gem 'crypt_keeper' ``` ``` $ bundle install Fetching gem metadata...