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

Disable railtie on rails2 #11

Closed qnm closed 9 years ago

qnm commented 14 years ago

Patched to only load the railtie when Rails 3 is loaded.

master now works on rails2 as a plugin again.

qnm commented 14 years ago

Now the code works as a Rails2 plugin, Rails2 gem using a Rakefile require:

require 'yaml_db/rails/tasks'

and a Rails3 gem.

dnrce commented 10 years ago

Now that yaml_db is back from the dead, we need to decide whether Rails 2 support is still worthwhile. Please see #69.

dnrce commented 9 years ago

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