Displaying 2 results from an estimated 2 matches for "lab_data".
Did you mean:
ab_data
2010 Mar 23
0
Frozen hash problem
I''d like to delete some records before saving them. I ran this
experiment:
before_save :prune_lab_datas
def prune_lab_datas
lab_datas.each do |lab_data|
lab_data.destroy
end
raise lab_datas.to_yaml
end
But nothing seems to be deleted in the hash:
---
- &id001 !ruby/object:LabData
attributes:
created_at: 2010-03-21 22:16:06
unit_id: "3"
lab_id: &qu...
2008 Sep 08
0
Share access on new server
...uot; "%I" "%J" &
lpq command = /bin/true
lprm command = lprm -P'%p' %j
[install]
path = /home/administrator/SHARES/install
[general]
path = /home/administrator/SHARES/general
create mask = 0770
directory mask = 0770
[lab_data]
path = /home/administrator/SHARES/lab_data
username =
valid users = @lab-staff, samplonius
write list = @lab-staff
read only = No
create mask = 0777
directory mask = 0777
[backup]
path = /home/administrator/SHARES/backup
use...