ฉันกำลังทำงานผ่านหนังสือบทช่วยสอน 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
ฉันจะแก้ไขปัญหานี้ได้อย่างไร?