Displaying 3 results from an estimated 3 matches for "propertykey".
2006 Aug 13
2
Arbitrary "Columns" for ActiveRecord
...end
class Property < AR
belongs_to :model
belongs_to :property_key
end
|------------------
|properties
|------------------
| id (serial)
| value (varchar)
| property_key_id (int)
| model_id (int)
|------------------
Now an issue is that I also store possible KEYs for my properties.
class PropertyKey < AR
has_many :properties, :dependent => :delete
end
|-----------------
|property_keys
|-----------------
| id (serial)
| key (varchar)
|-----------------
I''d like to access a model''s properties somewhat like:
Model.property_key = value # where property_key is dynamic/m...
2011 Jul 08
0
Wine release 1.3.24
...dl.
dxgi.idl: Added DXGI_SWAP_CHAIN_FLAG enum declaration and DXGI_MWA_* flags.
d3d10.idl: Added missing D3D10_RESOURCE_MISC_FLAG values.
include: Added objectarray.idl.
shobjidl.idl: Added ITaskbarList[34] and ICustomDestinationList declarations.
propkey.h: Added more PROPERTYKEY declarations.
propvarutil.h: Added InitPropVariantFromBoolean and InitPropVariantFromString implementations.
audiopolicy.idl: Fixed SetGroupingParam declaration.
shobjidl.idl: Added some missing coclasses.
propvarutil.h: Fixed inline syntax.
propkeydef.h: Fixed DEFINE_...
2009 Nov 13
0
Wine release 1.1.33
...):
winealsa.drv: Fix underrun recovery.
include: Add audiosessiontypes header.
include: Add some more defines to winerror.h.
include: Add avrt header.
include: Add SHCOLSTATE to shtypes.idl.
include: Add partial structuredqueryexception header.
include: Add PROPERTYKEY to wtypes.idl.
include: Add DEFINE_ENUM_FLAG_OPERATORS to winnt.h.
avrt: Add initial stub implementation.
include: Fix REFPROPVARIANT definition.
include: Add propkeydef header.
avrt: Add stub for Av(Set,Revert)MmThreadCharacteristics.
include: Add partial propsy...