Hi,
is there a way to suppress ActiveRecords reload after I saved an record?
Regards
Florian
Hi,
is there a way to suppress ActiveRecords reload after I saved an record?
Regards
Florian
Hi Florian, can you clarify what’s happening and what you’re trying to
do?
Thanks,
-Conrad
Hi Conrad,
actually it’s an select before create that’s done when I associate a
record with another one through a has_one :relation.
host.client = Client.factory(a_hash)
queries clients for host_id of host and then inserts the data. I now
understood the problem and solved it.
thanks anyways
Regards
Florian
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs