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
_whitelogger has joined #amber
hungrynoob has joined #amber
hungrynoob has quit [Remote host closed the connection]
FromGitter has quit [Read error: Connection reset by peer]
FromGitter has joined #amber
<FromGitter> <VanyaNeytrino> Hello, how to implement update in amber correctly? If you do not fill in all the fields in the form, then the empty fields will erase the current data in the record ⏎ example: ```flowers_params.validate! = {"name" => "Алоказия", "usage" => "", "requirement_to_light" => "", "humidity" => "", "irrigation" => "", "earth_mixture" => "", "reproduction" => "", "period_of_rest" => "", "endurance" => "",
<FromGitter> ... "virulence" => ""}```