uninitialized constant Rake::DSL


what will we do when we get error–uninitialized constant Rake::DSL

at the time of rake db:create

add    require ‘rake/dsl_definition’  above require ‘rake’  in your rakefile

  1. No comments yet.
(will not be published)