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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060427/e285976b/attachment.html
For starters what do you see in development.log? Dave On 4/27/06, Conrad Taylor <conradwt@gmail.com> wrote:> > 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 > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060427/62602ab5/attachment.html
On 4/27/06, Dave Bryson <debryson@gmail.com> 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 On 4/27/06, Eric Wagoner <eric@ericwagoner.com> wrote:> > On 4/27/06, Dave Bryson <debryson@gmail.com> 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 > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060427/a6ccba7c/attachment-0001.html