Ruby on Rails Wednesday, June 29, 2011



On Wed, Jun 29, 2011 at 6:09 PM, Yennie <joanne0558@gmail.com> wrote:

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)


thanks for help



Move the existing *.rake files that exist in the directories listed in the warning to the lib/tasks directory in your project.
So from the output you show - move th prawnto_tasks.rake file to lib/tasks.

-Derrek


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment