Hey all,

I'm having trouble exporting my mysql data using yamlDB. I'm running
an app on a system with rails 2.1.0 installed, but the app is running
through an older (1.2.6) version of rails in /vendor. When I try to
install the yamlDB plugin using the version for 2.1.0 (from:
http://opensource.heroku.com/) I get:

script/plugin install git://github.com/adamwiggins/yaml_db.git
Plugin not found: ["git://github.com/adamwiggins/yaml_db.git"]

When I try the version for 2.0 or below, it installs fine, but when I
actually run it I get:

rake db:data:dump RAILS_ENV="production"
(in /home/admanb/public_html/listings)
rake aborted!
undefined method `quote_table_name' for
#<ActiveRecord::ConnectionAdapters::MysqlAdapter:0x2b59a367efd0>

Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to