<FromGitter>
<elorest> Yeah my typical use case on Heroku is to just set the environment variable for the secret encryption key and then have all my settings in the encrypted `production.enc`. This works for me because my database isn't changing on the same project. Thanks for finding this issue.
<FromGitter>
<rmarronnier> Thanks for fixing it ;-) and thanks @Blacksmoke16 for you help as always
<FromGitter>
<Blacksmoke16> np, sounds like an easy fix
<FromGitter>
<elorest> @Blacksmoke16 Crecto it's self. So we should remove it from Amber.
<FromGitter>
<Blacksmoke16> probably, not really my call tho
<FromGitter>
<elorest> Yeah. Dru and I will discuss it.
<FromGitter>
<elorest> K
<FromGitter>
<Blacksmoke16> š
<FromGitter>
<Blacksmoke16> i dont really care either way, but id be in favor. less code to maintain makes everything easier
<FromGitter>
<Blacksmoke16> @yorci `Unhandled exception: Expected Blog::Models::User. to be type 'Int64 | Nil' but got 'Int32'. (Exception)`
<FromGitter>
<Blacksmoke16> thats a bit better ;)
<FromGitter>
<yorci> @Blacksmoke16 thats way better :D thank you
<FromGitter>
<damianham> @elorest @Blacksmoke16 we can support crecto via recipes anyway so no big deal to remove it from the core code
<FromGitter>
<elorest> Sure. My biggest concern is that crecto doesn't work with the latest version of crystal so the specs have failed for the last 2 months. Doesn't really make sense to natively support and ORM that isn't maintained.
<FromGitter>
<alex-min> yes indeed, it does not work anyway so whoever try to use it will just end up with non-working code
<FromGitter>
<yuhou> Hi, all . Iām a beginner . How to process transaction in Granite ? I only found Crecto & Jennifer have in the docs. thx.
feepbot has quit [Ping timeout: 246 seconds]
feepbot has joined #amber
<FromGitter>
<Blacksmoke16> @yuhou like begin/commit?
<FromGitter>
<Blacksmoke16> afaik Granite doesn't have explicit transactions like that yet
<FromGitter>
<rmarronnier> Hello again ! Is there a way to force http -> https redirection in Amber (like in rails with config.force_ssl = true) ?