HiI am trying to use fog to work with Amazon Route-53. I have run into a situation where my zone has 1000's of records and I am trying to get hold of a record from that zone.$record = $zone.records.find{|r| r.name == @record_name } returns when the @record_name starts with 'a' but when I use a record_name starts with 'b' this wont return even though a record with the name exists. I bet it has got to do with number of records and not necessarily the alphabets.How do I go about getting an handle to that record I am looking for even when the zones have thousands of records?Thanks--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.