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

Rails 2.3.8 deprecation warning #5

Closed anshul closed 9 years ago

anshul commented 14 years ago

Rails 2.3.8 gives this:

DEPRECATION WARNING: Rake tasks in vendor/plugins/yaml_db/tasks are deprecated. Use lib/tasks instead. (called from <top (required)> at ***/gems/rails-2.3.8/lib/tasks/rails.rb:10)

Also, are we rails 3 compatible yet?

giddie commented 14 years ago

The same warning occurs in Rails 3.0.0. It looks like the data.yml file is OK, but would be nice to know that it was certified Rails 3 compatible :)

dnrce commented 10 years ago

YamlDb is tested and supported on Rails 3.x and Rails 4.x. Rails 2.x is no longer supported, but there is a Rails2 branch available.

dnrce commented 10 years ago

Reopening pending resolution of #69

dnrce commented 9 years ago

Rails 2.x is no longer supported, as per #69.