joshsusser / migration_concordance

Ruby on Rails plugin to provide notification when you need to run migrations

This URL has Read+Write access

joshsusser (author)
Sat Apr 05 11:31:22 -0700 2008
commit  c30cebe19ee9fd63f4b5396abe6ec1ad1a366f3b
tree    12144d2dff32fc0d4908ba185428d2c661f0db73
parent  8ae4eb7e7cdadab3112e411969d2821cf2befc24 parent  5c0f25378cff8019ed3b761508a3cfbc1e08e0e8
migration_concordance / install.rb
100644 8 lines (7 sloc) 0.328 kb
1
2
3
4
5
6
7
8
puts ""
puts "Migration Concordance plugin installed."
puts "To integrate with your application, add the following line to the end of your config/environment.rb file:"
puts " puts ActiveRecord::Migrator.check_concordance"
puts ""
puts "You should also add the file db/migration_snapshot.yml to your SCM ignore list."
puts ""