Displaying 1 result from an estimated 1 matches for "unix_devices".
Did you mean:
  asix_devices
  
2011 Aug 16
9
Rails Looping with different attributes
...;IsManaged = 1 and s.LastModified = (select
MAX(LastModified) from state where basemanagedentityid =
s.basemanagedentityid)",
  :order => "s.LastModified DESC",
  :group => "b.BaseManagedEntityInternalId, s.HealthState,
s.LastModified, c.NetworkName, c.IPAddress" )
  unix_devices = BaseManagedEntity.find(:all,
  :select => "b.BaseManagedEntityInternalId,
c.NetworkName_360E5A02_BC9E_0000_2614_1972E304088A,
c.IPAddress_360E5A02_BC9E_0000_2614_1972E304088A, s.HealthState,
s.LastModified",
  :joins =>  "as b INNER JOIN MTV_Computer_0 as c ON
c.basemanageden...