Rails apps and TextDrive

Hi, I was wondering, does anyone have experience with deploying rails
application(s) on TextDrive. At this time, I’m only seeing an index
page
remotely but on my system, I would type the following and obtain the
expected result:

http://localhost:3000/visitor/list

However, when I perform the same operation on textdrive, I’m getting the
following message on the screen:

Application error (Rails)
At this time, I have gone through the ~8 pages configuring this rails
application to receive an error message. Thus, if anyone can assist, it
would be greatly appreciated.

Thanks in advance,

-Conrad

For starters what do you see in development.log?

Dave

On 4/27/06, Dave B. [email protected] wrote:

For starters what do you see in development.log?

Actually, TextDrive requires you run in production mode only, so check
the production log.

-eric

Hi, I checked this file and it is empty.

-Conrad