我收到以下错误:
Loading development environment (Rails 3.1.0)
ruby-1.9.2-p290 :001 > rails generate migration create_locations_users
NameError: undefined local variable or method `create_locations_users' for main:Object
from (irb):1
...
这适用于所有迁移。关于什么可能出错的任何想法?
THX
答案 0 :(得分:1)
不要从rib或console内部运行迁移 - 直接从命令行运行它。