tasks/schema_comments.rake in schema_comments-0.1.1 vs tasks/schema_comments.rake in schema_comments-0.1.2
- old
+ new
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
require 'yaml'
require 'yaml_waml'
-require 'activerecord'
+require 'active_record'
# テストを実行する際はschema_commentsのschema_comments.ymlへの出力を抑制します。
namespace :db do
Rake.application.send(:eval, "@tasks.delete('db:migrate')")
desc "Migrate the database through scripts in db/migrate and update db/schema.rb by invoking db:schema:dump. Target specific version with VERSION=x. Turn off output with VERBOSE=false."