You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using the latest tag from github, it seems it fail to work due to runtime_dependency which is aactiverecord only accept version less than 7.1 which conflicting with Rails 7.1.X.
Ruby: 3.2.2
Rails: 7.1.3
act_as_hash_ids: 0.1.3
When relation have
has_many
relation it will throw this error, suspecting this have to do with Ruby 3Failure/Error: has_many :users NoMethodError: undefined method `arity' for {:extend=>[ActsAsHashids::Core::FinderMethods]}:Hash
The text was updated successfully, but these errors were encountered: