Closed qnm closed 9 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.
Now that yaml_db is back from the dead, we need to decide whether Rails 2 support is still worthwhile. Please see #69.
Rails 2.x is no longer supported, as per #69.
Patched to only load the railtie when Rails 3 is loaded.
master now works on rails2 as a plugin again.