Ruby on Rails 3 자습서 책을 읽고 있으며 명령 줄에 다음을 입력했습니다.
rake db:migrate
다음 경고를 생성했습니다.
WARNING: Global access to Rake DSL methods is deprecated. Please Include
... Rake::DSL into classes and modules which use the Rake DSL methods.
WARNING: DSL method DemoApp::Application#task called at /Users/imac/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/railties-3.0.7/lib/rails/application.rb:215:in `initialize_tasks'
어떻게해야하는지, 어떻게 작업해야하는지 잘 모르겠습니다. Rake에 대한 다른 명령은 없습니다.
이 문제를 어떻게 해결할 수 있습니까?