gma/tconsole

Not all of us have a "db:test:load" Rake task

Closed this issue · 4 comments

Using Mongoid, tconsole errors out with Don't know how to build task 'db:test:load' as we don't have that Rake task.

OK, we'll take a look at how to guard those assumptions.

I tried looking for a way to check for the existence of a Rake task but I couldn't find anything. Is the code in tconsole really taken from Spork? I couldn't find anything similar in their source code.

Hi Alistair - Im really sorry about that - it should be fixed now. You can do 'gem install tconsole --pre' to get the latest prerelease gem with the fix.

Thanks Alan and Srdjan.