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
<FromGitter> <drujensen> we will not go to another service unless we can convince the main crystal team to move.
<FromGitter> <drujensen> Some way of bridging would be great to make the transition easier.
<FromGitter> <proyb6> Spectrum chat has more organize layout since web framework could get large, it would important to consider Spectrum than Discord
<FromGitter> <drujensen> Good to know
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 268 seconds]
feepbot has joined #amber
<FromGitter> <faustinoaq> I just tried new `amber watch` settings (`.amber.yml`) and it works like a charm, is just awesome!!! πŸ™Œ ⏎ ⏎ (https://i.imgur.com/S5PwWHr.gif "Awesome") (https://i.imgur.com/S5PwWHr.gif) ⏎ ⏎ @anamba Thank you! https://github.com/amberframework/amber/pull/996 πŸ’― [https://gitter.im/amberframework/amber?at=5c2632218d31aa78b10e9618]
<FromGitter> <anamba> @faustinoaq glad you like it! btw traveling until 1/7, i saw you and @drujensen have cc'd me on some things but I won't be able to take a good look at them until sometime after that.
<FromGitter> <Willyboar> Does granite supports image uploading?
robacarp has quit [Quit: disk full, brb]
robacarp has joined #amber
<FromGitter> <drujensen> I’ve never tried storing a binary. I usually use a cdn or s3 bucket.
<FromGitter> <Willyboar> Ok. Is there a way to use markdown syntax in the post.body?
<FromGitter> <drujensen> yes, that one I do all the time for demos
<FromGitter> <drujensen> use the stdlib markdown
<FromGitter> <drujensen> and use a `==` in your template
<FromGitter> <Willyboar> Ok. I will search it. I use ECR. ⏎ Also how can i include in : ⏎ ⏎ ```PUBLIC_PATHS = ["/", "/session", "/signup", "/registration", "/blogs", "/signin”] ⏎ ``` ⏎ ... [https://gitter.im/amberframework/amber?at=5c269f12f6166a302784d5aa]
<FromGitter> <drujensen> in the controller, add `require markdown` or in the application_controller if you want it available everywhere
<FromGitter> <drujensen> then in ECR, you can just use `MarkDown.to_html`
<FromGitter> <drujensen> You will need to modify the `public_path?` method to include it
<FromGitter> <drujensen> take a look at the examples in the comment block
<FromGitter> <Willyboar> Ok. Thank you very much
<FromGitter> <drujensen> someday, we will write a device gem that allows you to put this logic in the controller
<FromGitter> <Willyboar> Markdown checked
<FromGitter> <Willyboar> pffff. Now edit user don’t work. I think i must go for a nap