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
feepbot has quit [Ping timeout: 260 seconds]
feepbot has joined #amber
feepbot has quit [Ping timeout: 240 seconds]
feepbot has joined #amber
<FromGitter> <dbachinin_gitlab> Hi everyone Please tell me how to make Jennifer be the default database connector?
<FromGitter> <dbachinin_gitlab> I try deploy to dokku and see it error: ⏎ ```! Release command declared: 'bin/amber db migrate' ⏎ remote: execution of 'bin/amber db migrate' failed! ⏎ ⏎ ``` No migrations to run in ./db/migrations.``` ... [https://gitter.im/amberframework/amber?at=5f85d3a502e81701b01c846c]
dbachinin has joined #amber
<FromGitter> <jrods> Hello amber community, I'm currently stuck with having a Time column in my model, I keep getting the error `Paid_on Expected paid_on to be (Time | Nil) but got (Int64 | String).` when my controller is doing `Salary.new salary_params.validate!`. ⏎ Here's an example with my model, but I dont see how I can normalize the value to what I need, is there something I'm missing that I need to do? I wasn't able to find anything
<FromGitter> ... reading through the amber or granite docs. ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5f85d4a71cbba72b63da49c6]
<FromGitter> <Blacksmoke16> @dbachinin_gitlab it looks like its failing on running migrations, since you dont have any
<FromGitter> <Blacksmoke16> that is a separate thing than your default db shard
<FromGitter> <dbachinin_gitlab> @Blacksmoke16 Thanks! I'm added `crystal src/sam.cr db:migrate` to Procfile and generating empty Granite migration.
<FromGitter> <Blacksmoke16> 👍
<FromGitter> <dbachinin_gitlab> but I'm adding `#!/usr/bin/env crystal` to sam.cr and if I deploy by dokku then I have this error: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5f85eb3124a20801a8e51b0f]
<FromGitter> <Blacksmoke16> uh do `dokku` have crystal installed? doesnt look like it
<FromGitter> <Blacksmoke16> i dont really know much about amber deploy process, so dont really have any other thoughts
dbachinin has quit [Ping timeout: 245 seconds]
robacarp has quit [Ping timeout: 260 seconds]
robacarp has joined #amber