Wrong argumentwrong argument type false (expected Data)

Hi all,

I have Rails rails (1.1.6). I have installed IBM_DB2 Adatper on top of
it.
I have modified the database.yml to connect to the DB2 Database.

I’m trying to run the below command to create a rails applications, and
it gives “Wrong Argument type false (expected Data)”. and the rest of
the files are not created as we see from the output.

Not sure why i’m getting this problem. Any ideas? Many Thanks…

C:\rails\test>ruby script\generate scaffold Recipe
exists app/controllers/
exists app/helpers/
create app/views/recipes
exists test/functional/
dependency model
exists app/models/
exists test/unit/
exists test/fixtures/
create app/models/recipe.rb
create test/unit/recipe_test.rb
create test/fixtures/recipes.yml
wrong argument type false (expected Data)

Thanks and Regards
Dinesh