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> <silentworks> @damianham that looks better than mine, I shall steal it as soon as I understand how count is working on a Enumerable
<FromGitter> <silentworks> Is there a way to dump the POST values to the terminal and pausing the app?
<FromGitter> <robacarp> There isn’t a way to pause the app, a la rails debugger, unless you use something like lldb
<FromGitter> <robacarp> But you can puts anything from your app and it’ll dump to the console
<FromGitter> <robacarp> (Or pp, etc)
<FromGitter> <damianham> @silentworks Enumerable#count(&block) Returns the number of elements in the collection for which the passed block returns true.
<FromGitter> <eliasjpr> PR to fix content-type bug https://github.com/amberframework/amber/pull/949
<FromGitter> <eliasjpr> Please feel free to review
wontruefree has joined #amber
wontruefree has quit [Quit: this is not the client you are looking for]