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
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
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
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
4 matches
Mail list logo