<FromGitter>
<IwateKyle> can anyone give some advice. I just started tinkering with Crystal recently. And just yesterday started with Amber. I couldn't find any documentation for migrations - how to modify - update - etc.
alexherbo2 has joined #amber
alexherbo2 has quit [Client Quit]
alexherbo2 has joined #amber
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #amber
<FromGitter>
<rnice01> Hey, been doing some digging around myself. Found out that amber is using Micrate to handle migrations, repo here https://github.com/amberframework/micrate
<FromGitter>
<rnice01> Is there a way to configure the database for a local amberframework.org? The docs on https://github.com/amberframework/amberframework.org seem outdated as the config/db.yml was deleted in a commit as it was unused I guess. I'm wanting to help out with the docs.
alexherbo2 has quit [Ping timeout: 260 seconds]
<FromGitter>
<rnice01> So I created the demo database mentioned in the docs. But now I'm getting an error about 'random/secure' not being found in lib/amber/src/amber.cr. Same error if trying to use the Dockerfile