Skip to content

Rails 7

Compare
Choose a tag to compare
@jasonfb jasonfb released this 17 Nov 21:48
· 22 commits to master since this release

• Rails 7 doesn't like having data_migrations have an id column; if you are upgrading, you might want to drop the ID column from the data_migrations table
• Otherwise, new projects on Rails 7 should be OK on this version (5.5). The last version is locked to Rails < 7 so it bundler will not automatically update for you. use bundle update nonschema_migrations to force it to upgrade