<FromGitter>
<alex-lairan> Hi, do you have any deploy config for capistrano or something similar? :) ⏎ ⏎ Here there is a shell script : https://docs.amberframework.org/amber/deployment/manual-deploy but manage multiple scripts for multiples server isn't easy as capistrano
FromGitter has quit [Ping timeout: 260 seconds]
FromGitter has joined #amber
feepbot has quit [Ping timeout: 252 seconds]
feepbot has joined #amber
<FromGitter>
<hfjallemark> I'm getting a weird error when using raw sql in combination with a `where` statement: ⏎ ⏎ ```bind message supplies 1 parameters, but prepared statement "" requires 0`````` [https://gitter.im/amberframework/amber?at=5bd7077ac7bf7c36628af249]
<FromGitter>
<hfjallemark> Any ideas what I am doing wrong?
<FromGitter>
<hfjallemark> Changing line 42 to: ⏎ ``` statement = query.custom ? "#{query.custom} #{clause}" : String.build do |stmt|``` ⏎ seems to fix it