Re: Problem moving from herokugarden - rake aborted! Don't know how to build task 'db:data:load'

2009-03-23 Thread ptorrsmith
Are you referring to script/plugin install git://github.com/adamwiggins/yaml_db.git ? I'm having same rake aborted problem, however I think it's because I havn't got the plugin installed correctly? ruby script/plugin --verbose install git://github.com/adamwiggins/yaml_db.git Doesn't report an

Re: Problem moving from herokugarden - rake aborted! Don't know how to build task 'db:data:load'

2009-03-23 Thread Paul Leader
Thanks for that. There is a mention of yamldb in the docs, but it neglects to mention that you need to install it. I should have read the docs more carefully. I've finally got my app (http://www.graphomatic.net) all working on Heroku, and I must say it's very snappy (not that garden was slow).

Re: Problem moving from herokugarden - rake aborted! Don't know how to build task 'db:data:load'

2009-03-23 Thread Adam Wiggins
On Mon, Mar 23, 2009 at 2:40 PM, ptorrsmith ptorrsm...@gmail.com wrote: $ sudo apt-get install git This should be: sudo apt-get install git-core It's definitely confusing that there is a package named git on Debian which is not the Git revision control system. Adam

Problem moving from herokugarden - rake aborted! Don't know how to build task 'db:data:load'

2009-03-22 Thread Paul Leader
I've followed the instructions for migrating my app from Herokugarden to heroku, but I'm having a problem with the final step. If I try to load my data from db/data.yml, I get: rake aborted! Don't know how to build task 'db:data:load' Any idea what's up with this? Obviously the rake targets

Re: Problem moving from herokugarden - rake aborted! Don't know how to build task 'db:data:load'

2009-03-22 Thread Keenan Brock
The database load tasks are from a plugin. The location of the plugin should be in this group or the heroku website If you can't find give a shout and will try and track down. (iPhone and no copy/paste makes task difficult for me) On Mar 22, 2009, at 4:51 PM, Paul Leader