On Aug 26, 2009, at 6:47 AM, Rick DeNatale wrote:

>
> On Wed, Aug 26, 2009 at 12:29 AM, s.ross<cwdi...@gmail.com> wrote:
>> Does that meet the criteria you've spelled out? Because if it does,  
>> it's
>> been in Rails since before 1.0.
>
> And if it doesn't meet his criteria, when if ever did STI get into  
> Rails? <G>
>
> -- 
> Rick DeNatale

if rails.include? STI
   puts "sigh of relief -- must be before today"
else
   puts "pain of embarrassment -- must be wrong"
end

# or...

if requirements =~ /STI/
   puts "STI must have been included in Rails before 1.0"
else
   puts "STI implementation date not computable from given information"
end

<G>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to