Displaying 9 results from an estimated 9 matches for "change_id".
Did you mean:
change_uid
2007 Apr 26
1
mapping column names in legacy schemata
...nge
_date
_effect
When defining the Ruby class, I''d like to do something like this:
class Fix < ActiveRecord::Base
self.table_name = "_fix"
use_mapping ( # imaginary construct..
:_job => "job_id",
:_change => "change_id" ,
:_date => "date" ,
:_effect => "status")
self.primary_key = "job_id"
end
and want to access it like this:
Fix.find( id ).status = "partial fix"
which should acces the
Is there a way to do this?
thanks
Tilo
--~--~-----...
2007 Jun 03
3
Contextual Associations
...changes, environments, changes_environments, comments,
changes_comments, changes_comments_environments.
How in would one associate comments to an environment according to the
change on which it''s called through?
i.e.
=====================================
change = Changes.find(params[:change_id:])
print "For change #{change.id}\n"
change.environments.each do |env|
print "-- For environment #{env.name}\n"
env.comments.each do |c|
"---- #{c.body}\n"
end
end
Your help and patience are deeply appreciated.
Thanks,
--
Ryan
--~--~---------~--~...
2007 Apr 26
0
ActiveRecord: mapping column names when using legacy schemata
...nge
_date
_effect
When defining the Ruby class, I''d like to do something like this:
class Fix < ActiveRecord::Base
self.table_name = "_fix"
use_mapping ( # imaginary construct..
:_job => "job_id",
:_change => "change_id" ,
:_date => "date" ,
:_effect => "status")
self.primary_key = "job_id" # no more reference to _job column
end
and want to access it like this:
Fix.find( id ).status = "partial fix" # should update the column
_effect in t...
2002 Mar 06
1
Antwort: Re: Spoolss permissions, NT & XP print driver misery (2.2.2/2.2.3a/2.2.4pre)
...rent print issues. Other issues has always been handled
> extreamly well by the Samba team
Sorry Johannes. The printing stuff is enough to drive one crazy. I know
:-) I'm working about as hard as I can, but am not seeming to make a
dent in number of issues.
I have two issues on my plate (change_id/caching, anonymous
sessetup's/SetPrinter failures) and the onto the printing tdb
upgrade bug. This will be fixed for 2.2.4.
I'll try to get caught on mail in the day or so and
make up a new bugs list of things that have to fixed wrt
to printing.
cheers, jerry
--------------------...
2003 Jun 04
3
SPOOLSV and XP PRO
Hi All
I recently began having issues where there would be a runaway SMBD
process listed in TOP, having a Pri of around 25, and using 70 to 95%
CPU indefinitely.
IPTRAF reports around 600kbps constantly in and out from the subject
workstation, with nothing going on - on the workstation. This traffic
is parallel to the runaway SMBD process ... the traffic dies when the
SMBD process is
2002 May 04
0
[jerry@samba.org: Samba 2.2.4 Released]
...nge
52) Honor the specversion when parsing the the DEVICEMODE
53) fix parsing bug when DEVICEMODE's private data does not end
on a 4 byte boundary
54) do not idle an smbd when there is an open pipe
55) when a new driver is added to a Samba server, cycle through
all printers and bump the change_id for each one bound to the driver
56) allow smbclient to work with a FIFO as well (needed for KDE
ioslave)
57) various updates to pdb_nisplus.c
58) many small documentation updates
59) removed many compiler warnings
Known Bugs
----------
* Under certain conditions when serving the MS Access...
2002 Jun 20
1
Samba 2.2.5 has been released
...nge
52) Honor the specversion when parsing the the DEVICEMODE
53) fix parsing bug when DEVICEMODE's private data does not end
on a 4 byte boundary
54) do not idle an smbd when there is an open pipe
55) when a new driver is added to a Samba server, cycle through
all printers and bump the change_id for each one bound to the driver
56) allow smbclient to work with a FIFO as well (needed for KDE
ioslave)
57) various updates to pdb_nisplus.c
58) many small documentation updates
59) removed many compiler warnings
-----------------------------------------------------------------------------...
2002 Jun 20
1
Samba 2.2.5 has been released
...nge
52) Honor the specversion when parsing the the DEVICEMODE
53) fix parsing bug when DEVICEMODE's private data does not end
on a 4 byte boundary
54) do not idle an smbd when there is an open pipe
55) when a new driver is added to a Samba server, cycle through
all printers and bump the change_id for each one bound to the driver
56) allow smbclient to work with a FIFO as well (needed for KDE
ioslave)
57) various updates to pdb_nisplus.c
58) many small documentation updates
59) removed many compiler warnings
-----------------------------------------------------------------------------...
2002 May 02
3
Samba 2.2.4 Released
...nge
52) Honor the specversion when parsing the the DEVICEMODE
53) fix parsing bug when DEVICEMODE's private data does not end
on a 4 byte boundary
54) do not idle an smbd when there is an open pipe
55) when a new driver is added to a Samba server, cycle through
all printers and bump the change_id for each one bound to the driver
56) allow smbclient to work with a FIFO as well (needed for KDE
ioslave)
57) various updates to pdb_nisplus.c
58) many small documentation updates
59) removed many compiler warnings
Known Bugs
----------
* Under certain conditions when serving the MS Access...