westonganger / protected_attributes_continued

The community continued version of protected_attributes for Rails 5+
MIT License
45 stars 33 forks source link

With Rails 7, is it working? #28

Closed jean202222222 closed 1 year ago

jean202222222 commented 1 year ago

Hi With Rails 7, i install gem protected_attributes_continued (1.8.2) When i run a rake task, i have the message: NoMethodError: undefined method `attr_protected' for Autocall:Class First, what can i check about installation?

westonganger commented 1 year ago

Test suite with Rails 7 was passing 3 weeks ago.

Some things to check:

jean202222222 commented 1 year ago

I add gem to Gemfile and bundle install and now with bundle exec or without, it's ok. I continue my tests. Thank you very much