Women in Technology

Hear us Roar



Article:
  Rolling with Ruby on Rails
Subject:   Stuck at script/generate
Date:   2005-04-19 04:10:28
From:   curth
Response to: Stuck at script/generate

Make sure you are sitting in your cookbook directory when you issue this command. Do a "dir" command, and you should see all the standard Rails subdirectories like "app", "config", "db", etc... inlcuding one named "script". Inside this script directory there should be a file named "generate" -- this is the Ruby program you are trying to run.


If you still have problems, post part of you console log showing the problem.

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Stuck at script/generate
    2005-04-19 08:59:03  saroshk [View]

    Stupid me, I was running it in ..\app\controllers\
    Thanks!