Just to give all information about what I did: C:\myapp> ruby script/plugin install git:// github.com/adamwiggins/yaml_db.git
And, to check if it worked: C:\myapp> ruby script/plugin install git:// github.com/adamwiggins/yaml_db.git already installed: yaml_db (git://github.com/adamwiggins/yaml_db.git). pass --force to reinstall After that: C:\myapp> rake db:data:dump (in C:/myapp) rake aborted! Don't know how to build task 'db:data:dump' (See full trace by running task with --trace) Windows Vista SQLite3 Rails 2.2.2 Ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] On Mon, Feb 23, 2009 at 5:53 PM, Igor <[email protected]> wrote: > > Hello, > > I'm having problems about importing the data. > > I installed the YamlDB plugin running > > c:\myapp> ruby script/plugin install git:// > github.com/adamwiggins/yaml_db.git > > However, when I run > > rake db:data:dump > > I get the message: > > rake aborted! > Don't know how to build task 'db:dump' > > (See full trace by running task with --trace) > > > Do you know how I can fix this? > > Thanks > > Igor > > > -- Igor Aquino Engenharia de Computação - 3º Ano Instituto Tecnológico de Aeronáutica - ITA --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
