impressionist icon indicating copy to clipboard operation
impressionist copied to clipboard

Fixed undefined error when running rails g impressionist(undefined method `timestamped_migrations')

Open ihatov08 opened this issue 1 year ago • 1 comments

The following error occurred when running rails g impressionist, so I fixed it.

/usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/dynamic_matchers.rb:22:in `method_missing': undefined method `timestamped_migrations' for ActiveRecord::Base:Class (NoMethodError)

ActiveRecord.timestamped_migrations is now used when the major version of rails is 7 or higher.

ihatov08 avatar Jun 12 '24 07:06 ihatov08