search for: dictid

Displaying 2 results from an estimated 2 matches for "dictid".

2014 May 26
0
Finding a record which I had created
...at: { with: /\A\D/ }, uniqueness: true In my controller, I tried this to fetch a Dict object, when the value for the :dictname field is stored in variable dict_name: if Dict.exists?(:dictname => dict_name) logger.debug('found dictionary with name '+dict_name) dictid=Dict.where(:dictname => dict_name).select('id').first.id logger.debug('dictid='+dictid.inspect) @dict=Dict.find(dictid) However, the line to calculate dictid fails with TypeError (can't cast Hash to integer) which would suggest that the hash argument to the...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address