Displaying 4 results from an estimated 4 matches for "some_property".
2007 May 07
6
meta data update
...o this:
<compiz>
<plugin name="cube">
<feature>large-desktop</feature>
<deps>
<requirement>
<plugin>png</plugin>
<feature>some-feature</feature>
<some_property>name-of-required-property</some_property>
</requirement>
<conflict>
<plugin>plane</plugin>
<feature>some-other-feature</feature>
</conflict>
</deps>
</plugin&g...
2006 May 10
2
ruby bindings odds and ends
In the Ruby bindings, set_X and get_X are renamed to remove the get/set,
so MSet::get_matches_estimated() becomes a read-only property (if I have
my terminology right) of the Ruby MSet class called matches_estimated.
This matches how a Ruby programmer would expect a class to be designed.
I was looking through the getters and setters list. I wonder if a few
entries shouldn't be there, (the
2006 Jan 13
2
New View Example With Child Object?
Could somebody point me to some example code? This must be simple, I
just can''t find any examples. I need a new view (new.rhtml) to include
the creation of a child object. I have a table for servers (Servers)
and a table for IP Addresses (Ips).
Server
has_many :ips
Ip
belongs_to :server
In my new.rhtml I want the IP entered to become a record in the Ips
table. The Ips table
2008 May 26
1
Interest in win32-installer
I was wondering if people would be interested in wrapping msi.dll
functionality,
I''ve started writing a small library to enable enumeration of products
installed via Windows Installer using win32api (I know I can also
query via win32ole to win32_product but I don''t seem to get all the
properties that are in msi.h).
It''s a little messy, and I''ve not got far as