Re: [Rails] Re: error of DEPRECATION WARNING

2011-07-06 Thread Paulo Muggler Moreira
So that you know that you will have to change your code sometime in the future if you upgrade the gem version. On Thu, Jul 7, 2011 at 00:14, Yennie wrote: > my test is simple as > context 'validation of phrase model' do > > should_validate_presence_of :name > should_validate_presence_of :ca

[Rails] Re: error of DEPRECATION WARNING

2011-07-06 Thread Yennie
my test is simple as context 'validation of phrase model' do should_validate_presence_of :name should_validate_presence_of :category_id should_ensure_length_is_range :name, (2..128) should_have_many :languages should_have_many :translations should_have_many :pictograph_sets en

[Rails] Re: Error of DEPRECATION WARNING

2011-06-29 Thread Yennie
can u help me about this question http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/f277b0fadde17bda?hl=en -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google

[Rails] Re: Error of DEPRECATION WARNING

2011-06-29 Thread Chirag Singhal
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 th