ruby on rails problem (blank page, logs OK)

alxl

New Member
#1
Hello, I'm having problems installing ruby on rails support for my client.

I have .ls_rails_config in his home dir:

RailsApp zavalny "/httpdocs/zavalny" "development" 10 1
RailsAppMap zavalny "his_site" "/"
RailsAppMap zavalny "his_site_with_www" "/"

Also I have SuexecUserGroup alexisnot2 psacln in apache style config.

In logs I see:
2010-01-06 10:35:09.785 [INFO] Rails application 'zavalny' has been added succes
sfully, 10 of 10 has been used.

So I think everything's OK with it, but while pointing my browser to the site I see only blank page.


What can be wrong, please point me ASAP, litespeed is great and that's the one of 3 problems we encountered while migrating from apache, the others were resolved very fast, but this makes me busy for the last 2 days without any result :-(
 

mistwang

LiteSpeed Staff
#3
If you are using latest Rails release with Rack 1.0.1, you need to downgrade rack to rack 1.0 or patch rack 1.0.1, please search related discussions on this forum.
 

alxl

New Member
#4
It seems we don't use rack at all. Any other opinions?

*** LOCAL GEMS ***

actionmailer (2.2.2, 2.0.2, 1.3.3)
actionpack (2.2.2, 2.0.2, 1.13.3)
actionwebservice (1.2.3)
activerecord (2.2.2, 2.0.2, 1.15.3)
activeresource (2.2.2, 2.0.2)
activesupport (2.2.2, 2.0.2, 1.4.2)
mysql (2.7)
rails (2.2.2, 2.0.2, 1.2.3)
rake (0.8.3, 0.8.1)
RedCloth (4.0.4)
ruby-lsapi (3.5)
rubygems-update (1.3.1)
sqlite3-ruby (1.2.4)
 

mistwang

LiteSpeed Staff
#5
try the builtin web server, webrick or mongrel, running under the same environment, default they run in development environment.

check LSWS stderr.log as well.
 
Top