migration_comments
migration_comments copied to clipboard
Comments for your migrations
After `rails server` , My current Problem is ``` user@user-MACPC repo % rails server /Users/user/.gem/ruby/3.1.0/gems/migration_comments-0.4.1/lib/migration_comments.rb:26:in `block in setup': undefined method `descendants' for MigrationComments::ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation:Module (NoMethodError) from /Users/user/.gem/ruby/3.1.0/gems/migration_comments-0.4.1/lib/migration_comments.rb:23:in `each' from /Users/user/.gem/ruby/3.1.0/gems/migration_comments-0.4.1/lib/migration_comments.rb:23:in `setup'...
When running tests on a project depending on migration_comments some warnings are raised (see below). This is because with a recent rake (>=11.0), ruby warnings are now on by default....