にたまごほうれん草アーカイブ

はてなダイアリーで書いてた「にたまごほうれん草」という日記のアーカイブです。現在は「にたまごほうれん草ブログ」を運営中です。

DataMapperでauto_upgrade!メソッドを使う場合はrequire 'dm-migrations'する必要があるようになったらしい

久々にDataMapperを使ったコードを動かそうとしてちょっとハマった。

I had got as far as installing the rc3 gems but was still getting a
missing method for auto_upgrade! (see below). The thing I was missing
was the "require dm-migrations" line in the code.

Error on auto_migrate - DataMapper | Google グループ

ですって。
これでとりあえず、動いてくれた。