Re: [Rails] error of DEPRECATION WARNING

2011-07-06 Thread John Feminella
Shoulda is telling you that you should write "should have_many", not "should_have_many". ~ jf -- John Feminella Principal Consultant, BitsBuilder LI: http://www.linkedin.com/in/johnxf SO: http://stackoverflow.com/users/75170/ On Wed, Jul 6, 2011 at 22:40, Yennie wrote: > Hi all > > can anyone

Re: [Rails] error of DEPRECATION WARNING

2011-07-06 Thread Paulo Muggler Moreira
It is just what it sounds like: a warning that some method, or constant, or whatever it is that you are trying to access, is scheduled to be deprecated in the near future. That is, it will be sent to byte heaven with a few swift swipes of the delete key on next versions of whatever tool it is you a

[Rails] error of DEPRECATION WARNING

2011-07-06 Thread Yennie
Hi all can anyone give me a tip what is "DEPRECATION WARNING: use: should have_many. (called from block in at test/unit/phrase_test.rb:6)" when i command "rake test" I have installed shoulda (2.11.3) plzz help -- You received this message because you are subscribed to the Google Groups "Ru

Re: [Rails] Error of DEPRECATION WARNING

2011-06-30 Thread Derrek Long
On Wed, Jun 29, 2011 at 6:09 PM, Yennie 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 at /home/joanne/Desktop/picto/ > Rakefile:7) > > > thanks fo

[Rails] Error of DEPRECATION WARNING

2011-06-29 Thread Yennie
Hi, 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. (call