Undefined `namespace 'method for # <Jquery :: Rails :: Engine: 0x102530798> in rake db: create: ll
When running rake db:create:all , the following error appears:
rake aborted! undefined method `namespace' for #<Jquery::Rails::Engine:0x102530798> The rake file is as follows:
require File.expand_path('../config/application', __FILE__) module ::TestProject class Application include Rake::DSL end end module ::RakeFileUtils extend Rake::FileUtilsExt end TestProject::Application.load_tasks What's going on here?
+4
2 answers