rails db:seed no method error
Posted
by louddwarf
on Stack Overflow
See other posts from Stack Overflow
or by louddwarf
Published on 2010-04-15T18:46:09Z
Indexed on
2010/04/15
18:53 UTC
Read the original article
Hit count: 230
when I try and run the "rake db:seed" command the rails console outputs "NoMethodError: undefined method `db' for #" not quite sure what going on. I'm using netbeans to build my rails project which is using the built-in JRuby 1.2 would that have anything to do with it?
© Stack Overflow or respective owner