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
feepbot has quit [Ping timeout: 260 seconds]
feepbot has joined #amber
<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> If you're curious about the type mapping when using the amber CLI to generate a model/migration you can find those here https://github.com/amberframework/amber/blob/master/src/amber/cli/generators/field.cr
<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