public
Description: Ruby on Rails plugin to provide notification when you need to run migrations
Homepage: http://blog.hasmanythrough.com/2008/3/2/migration-concordance
Clone URL: git://github.com/joshsusser/migration_concordance.git
joshsusser (author)
Thu Jul 10 09:13:13 -0700 2008
commit  547a21bc3e665dd740e1ce746e12ed8d36896e88
tree    8ae13d7d490727d024cb1cd6fe96df50d4063d51
parent  c30cebe19ee9fd63f4b5396abe6ec1ad1a366f3b
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 ""