yamldb / yaml_db

Rails plugin for a database-independent dump format, data.yml .......... Seeking new maintainers! See https://github.com/yamldb/yaml_db/issues/143
https://rubygems.org/gems/yaml_db
949 stars 200 forks source link

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

Closed blanchma closed 10 years ago

blanchma commented 12 years ago

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

gamov commented 12 years ago

+1

blanchma commented 12 years ago

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

jessieay commented 10 years ago

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

dnrce commented 10 years ago

This was addressed by #37.