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

Both 'rake db:dump' and 'rake db:data:dump' are referenced in the README. #61

Closed cimbriano closed 9 years ago

cimbriano commented 10 years ago

Same goes for rake db:load and rake db:data:load

As a new user, its unclear if these are exactly the same or if there is some difference between them that I'm not aware of.

Examples: https://github.com/ludicast/yaml_db/blame/master/README.markdown#L21 https://github.com/ludicast/yaml_db/blame/master/README.markdown#L35

dnrce commented 9 years ago

The README already says "Further, there are tasks db:dump and db:load which do the entire database (the equivalent of running db:schema:dump followed by db:data:load)." You're welcome to open a pull request if you have suggestions for improvement.