Solution: Global access to Rake DSL methods is deprecated #computers #programming #fix
Solution: Global access to Rake DSL methods is deprecated #computers #programming #fix
Global access to Rake DSL methods is deprecated
I am working through the Ruby on Rails 3 tutorial book and typed the following on the command line:
rake db:migrate
which produced the following warning.
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…
View On WordPress








