ActualDbSchema v0.9.0: 데이터베이스 저장 마이그레이션으로 CI/CD 통합
ActualDbSchema v0.9.0은 마이그레이션 실행 기록을 데이터베이스에 저장하는 새로운 어댑터를 도입하여 CI/CD 워크플로우를 강화합니다.
ActualDbSchema v0.9.0: 데이터베이스 저장 마이그레이션으로 CI/CD 통합
ActualDbSchema v0.9.0은 마이그레이션 실행 기록을 데이터베이스에 저장하는 새로운 어댑터를 도입하여 CI/CD 워크플로우를 강화합니다.
Make your Rails development journey more productive and enjoyable with actual_db_schema. This is my lightning talk from Euruko 2025. - Download as a PDF or view online for free
#actual_db_schema v0.8.5 is out with a fix allowing the gem to work without git. More details are in this Reddit post: https://bit.ly/43JUI3h
ActualDbSchema v0.8.4 is out! 🎉 Fixes: initializer file breaking non-dev Rails envs & switch to prism gem for Ruby 3.4. Thanks all!
Meet the next release of ActualDbSchema, featuring two great additions:
- Easily run DDL commands in Ruby directly from the Rails console.
- Trace schema.rb diffs effortlessly — a new rake task in the gem pinpoints the migration causing the diff right in your terminal.
More details here:
We’d love to hear your feedback! Thanks, and happy coding!
Closes #94 Description This PR adds a diff_schema_with_migrations Rake task to generate a diff of the schema.rb file annotated with the migrations responsible for each change. This feature allows d...
🚀 Big news! The latest version of #actual_db_schema is here, now with multiple schema support! 🎉 Plus, a host of other useful fixes.
👉 Dive into the full changelog for all the details:
https://blog.widefix.com/multiple-schemas-support-added-to-actualdbschema/
Wipe out inconsistent DB and schema.rb when switching branches. To do that, install this gem and use the standard rake db:migrate command. - widefix/actual_db_schema
🚨 New in #actual_db_schema v0.7.9: No more frustrating halts on failed phantom migrations! Instead of "failing fast," errors are now collected and reported in the console, keeping your workflow smooth and helping you complete schema dumps without interruptions.
Read more info here - https://www.reddit.com/r/rails/comments/1fb1vx9/a_change_that_makes_experience_with_actual_db/
The TS360 acronym was defined in another branch, and the migration was migrated. Then the following error appeared: NameError: uninitialized constant AddTs360UsersAddressesAssoc Did you mean? AddTS...