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
<FromGitter> <anamba> question, i have been converting a lot of rails views to amber and the more i do it, the more output safety comes to mind. i found an issue related to that, but it seems pretty old, so i was wondering if there is anything more recent going on. https://github.com/amberframework/jasper-helpers/issues/3
feepbot has quit [Ping timeout: 246 seconds]
feepbot has joined #amber
<FromGitter> <drujensen> @anamba slang, takes care of escaping for you but I’m not sure if it covers all of these. https://github.com/jeromegn/slang
<FromGitter> <drujensen> Also the standard library has https://crystal-lang.org/api/0.27.0/HTML.html#escape(string:String,io:IO)
<FromGitter> <anamba> Oh, slang escapes by default? I'll take another look at it
<FromGitter> <drujensen> yeah, to get raw, you use a `==` or something like that. @elorest contributed to that project
<FromGitter> <drujensen> If you can’t figure something out, checkout slim for documentation. ;-)
<FromGitter> <elorest> Yeah like @drujensen said `==` will give you raw.
feepbot has quit [Ping timeout: 250 seconds]
feepbot has joined #amber