Posts

Showing posts with the label migrations

Understanding Migrations in Ruby on Rails

UnderstandingMigrations in Ruby on Rails > ActiveRecordMigration allow you to use Ruby to define changes to your database schema, making it possible to use a version control system to keep things synchronised with the actual code.