Displaying 7 results from an estimated 7 matches for "otherthe".
Did you mean:
otherthan
2006 Apr 17
2
has_one problem in a form
Hello all,
I have a syntax question. How does one refer to a field brought in via a
has_one/belongs_to relationship in a form helper? Basically, I have two
models:
class Resource < ActiveRecord::Base
has_one :other_thing
end
class OtherThing < ActiveRecord::Base
belongs_to :resource
end
It has the normal id-resource_id foreign key relationship. OtherThing has
two fields, plus the
2006 Aug 15
2
has_many + finder_sql & :include
Hello,
In a model I have:
has_many :things, :finder_sql => '' select * from other_things '' +
'' where id = #{id} ''
When I do MyClass.find(:all, :include => :things) I get a weird error:
from
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/abstract_adapter.rb:120:in
2020 Apr 27
2
[Bug 1424] New: v0.9.0: segfault when using nft -f <file> and issuing "ruleset flush" twice
https://bugzilla.netfilter.org/show_bug.cgi?id=1424
Bug ID: 1424
Summary: v0.9.0: segfault when using nft -f <file> and issuing
"ruleset flush" twice
Product: nftables
Version: unspecified
Hardware: All
OS: Debian GNU/Linux
Status: NEW
Severity: normal
2007 Nov 01
4
MySql Errors On .save
Hi All,
I am a real neophyte with Rails and am struggling with something. I hope
you can point me in the right direction.
I have a model of an object that
class Thing< ActiveRecord::Base
attr_accessor :locator_id
has_one :otherthing
has_one :differentthing
end
I can create and delete these things until the cows come home. However,
trying to change the data and save/update I get a
2009 Apr 10
0
ActiveRecord belongs_to ActiveResource
class Thing < ActiveRecord::Base
belongs_to :other_thing
end
class OtherThing < ActiveResource::Base
self.site = ...
end
The association here works. I can access other_thing from thing with
no problems until, as usual, testing. Specifically functionally test
the things_controller. The things controller is simple scaffold,
however, having the association to an active resource model
2013 Oct 23
1
[Bug 1552] Patch to log tunnel information
https://bugzilla.mindrot.org/show_bug.cgi?id=1552
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|2130 |
--- Comment #15 from Damien Miller <djm at mindrot.org> ---
This needs more design and probably a new
2007 Mar 31
2
Issue joining a PC to a Samba domain from a subnet other the one that Samba PDC
Hello,
Thanks in advance for taking the time to look at this issue. We are
currently experiencing an issue with PC's not being able to join a Samba PDC
controlled domain when the PC's are located outside of the subnet that the
Samba PDC is part of. The PC's are located in the same physical building as
the PDC, connecting over a Cisco VLAN to the Samba PDC subnet. For example,
the