View Single Post
  #1  
Old 03-15-2010, 02:00 AM
andreas andreas is offline
Senior Member
 
Join Date: Aug 2006
Posts: 91
Default Problem with latest RailsRunner.rb and old Rails version

Since updating to LSWS 4.0.13 I get the following error from an old Rails app:
/opt/lsws/fcgi-bin/RailsRunner.rb:11: uninitialized constant Rails::VERSION (NameError)
I worked around the problem by adding "rescue '2.0.0'" after the offending line.
Reply With Quote