yamldb/yaml_db

TypeError: wrong argument type Arel::SelectManager (expected String): #<Arel::SelectManager:0x007fa5a12d9850>

blanchma opened this issue · 4 comments

My environment have:
rails (3.0.9)
yaml_db (0.2.3)
Ruby 1.9.2-p290

This happen as soon as I run rake db:data:dump

+1

I create my own fork and take the pull request that solve this: https://github.com/blanchma/yaml_db given this repo looks abandon.

@blanchma thanks for the fork, that fixed the issue for me! 🍒

This was addressed by #37.