I Have a strange error when i type the command "rake db:migrate "
Can you help to solve this error or give me some advices
the error is:
DEPRECATION WARNING: Rake tasks in /home/joanne/Desktop/picto/vendor/
plugins/prawnto/tasks/prawnto_tasks.rake are deprecated. Use lib/tasks
instead. (called from <top (required)> at /home/joanne/Desktop/picto/
Rakefile:7)
That’s not an error, that’s a deprecation warning.
The plugin is very old and doesn’t seem to be maintained. Probably you can have a look at it’s forks on github and pick a more updated version. https://github.com/thorny-sun/prawnto/network
If there aren’t any other deprecated methods used in the plugin, then just moving tasks folder inside the lib folder should fix it