LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > External Applications > Ruby/Rails > Will there be official support for Rails >= 2.3

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #20  
Old 03-18-2009, 07:23 AM
kule kule is offline
Member
 
Join Date: Oct 2008
Posts: 20
Oh just to add - remember that we're using a regular expression to find the version. If it can't find the constant we're after rails_ver will end up being nil (similar to null in most other languages).

So you may want to check before using it:

Code:
if rails_ver.nil?
  # assume old way or throw exception
else
  # whatever you wish to do
end

Last edited by kule; 03-18-2009 at 07:29 AM..
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 02:38 PM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.