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
_whitelogger has joined #amber
<FromGitter> <mixflame> hey guys
<FromGitter> <mixflame> what's the status on the update?
feepbot has quit [Ping timeout: 258 seconds]
feepbot has joined #amber
_whitelogger has joined #amber
FromGitter has quit [Ping timeout: 264 seconds]
FromGitter has joined #amber
<FromGitter> <nsuchy> with amber how can I make a set of urls public
<FromGitter> <nsuchy> for example /post/1 /post/2 /post/3 etc
<FromGitter> <nsuchy> Is there a way to do it without hard coding the post ids?
<FromGitter> <Blacksmoke16> could have a public pipeline?
<FromGitter> <Blacksmoke16> er similar to like `route :static`
<FromGitter> <anamba> if possible, I would use different urls for public and private posts and run them through separate pipelines
<FromGitter> <anamba> (with a suitable error message when trying to access private posts vis public url)