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
Search Repo:
commit  5c0f25378cff8019ed3b761508a3cfbc1e08e0e8
tree    c95e03d2fcf4482cd6cf843e8dcadb03d8e0d5a2
parent  d84d85439b2fc43960c7dd757dd5d89c113ce7fa
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 ""