faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
ChanServ has quit [*.net *.split]
ChanServ has joined #amber
<FromGitter> <confact> Have an issue on Granite that it returns nil on foreign key but is set to an int on the database.
<FromGitter> <confact> ``` Model.where(obj_id: object.id).each do |m| ⏎ p! m ⏎ # => <m @obj_id=nil> ⏎ end``` [https://gitter.im/amberframework/amber?at=60aca8b20ff6de262b299305]
<FromGitter> <VanyaNeytrino> Hello everyone, is there any more detailed information on how to do join in Amber::Granite?
<FromGitter> <confact> Reported my weird foreign_key being nil when it is set in DB: https://github.com/amberframework/granite/issues/448
ChanServ has quit [*.net *.split]
ChanServ has joined #amber
robacarp has quit [Quit: robacarp]
<FromGitter> <damianham> > Hello everyone, is there any more detailed information on how to do join in Amber::Granite? ⏎ ⏎ create a model for the join and set the select statement in the model, e.g. ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=60ad1658d0f55b33ba0a4aeb]
_whitelogger has joined #amber
robacarp has joined #amber