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: 244 seconds]
feepbot has joined #amber
<FromGitter> <Blacksmoke16> @drujensen @robacarp any objection to merging in the PRs that are approved? can do a release after the migration PR is done
<FromGitter> <robacarp> Nope.
<FromGitter> <Blacksmoke16> 👍
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 250 seconds]
feepbot has joined #amber
<FromGitter> <eliasjpr> Ship it
<FromGitter> <rmarronnier> Hey ! Just a quick question, what's the way to get the .env variables for amber ? I tried 'database_url: ENV[DATABASE_URL]' in my development.yml with no success. I tried reading the docs + src code, but couldn't find any hints :-/
<FromGitter> <rmarronnier> Also, am I the only one to get : '''undefined method 'now' for Hash(String, String)''' when trying flash.now['blabla'] ?
<FromGitter> <Blacksmoke16> prob just have to do `flash["foo"]`
<FromGitter> <Blacksmoke16> just a guess
<FromGitter> <rmarronnier> flash['foo'] works alright but I needed/wanted to use flash.now : https://docs.amberframework.org/amber/guides/controllers/flash#flash-now
<FromGitter> <Blacksmoke16> oh i see
<FromGitter> <Blacksmoke16> syntax looks to be `flash.now "key", "value"`
<FromGitter> <rmarronnier> hmm
<FromGitter> <Blacksmoke16> `flash.now :error, "Could not save client"` instead of `flash.now[:error] = "Could not save client"`
<FromGitter> <Blacksmoke16> if that works then docs need updated
<FromGitter> <rmarronnier> It compiles but it doesn't work...
<FromGitter> <rmarronnier> nothing in the logs
<FromGitter> <Blacksmoke16> hm, maybe someone else has an idea :/, sounds like a bug tho
<FromGitter> <rmarronnier> ok, thanks for your help anyway:-)
<FromGitter> <rmarronnier> thanks again for the many to many tips last time, it helped me ;-)
<FromGitter> <Blacksmoke16> np
<FromGitter> <eliasjpr> Remy if you would like to pass environment variables to the app see applicacion.cr
<FromGitter> <eliasjpr> The Yaml giles do not accept dynamic inputs