lawrencewoodman / mida

A Microdata parser/extractor library for Ruby
http://lawrencewoodman.github.io/mida
Other
77 stars 18 forks source link

has_many resources ruby 1.9.2p136 #2

Open Paxa opened 13 years ago

Paxa commented 13 years ago

I use mida on dotcloud hosting and it don't parse parse nested scopes (Blog and BlogPosting in my case)

lawrencewoodman commented 13 years ago

Could your provide a url or some html as an example, so that I can see what is failing to parse. It runs without problems on: http://lawrencewoodman.github.com/mida/news/

Paxa commented 13 years ago

This is output https://gist.github.com/1172829

Without validation it works well. On mac and ruby 1.9.2-p290 work well also

lawrencewoodman commented 13 years ago

This is strange, it works fine on my set up. Could you look in the Rakefile and verify that it is version 0.3.3.

Also when you run bundle exec mida..., could you try bundle exec ./mida... just to make sure that it isn't picking it up from some other path.