<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