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> <andrewc910> How can you do subdomains? I saw elias & others discussing it on an issue. It was closed stating we can use a custom pipe for it? How should I go about doing that?
feepbot has quit [Ping timeout: 256 seconds]
feepbot has joined #amber
<FromGitter> <jaysneg> Hi. I have this model class PublicPost < Granite::Base ⏎ connection pg ⏎ table posts ⏎ ⏎ belongs_to :user ... [https://gitter.im/amberframework/amber?at=5f99e474bf955735eb462b8f]
<FromGitter> <jaysneg> How to ignore “author_name” field in save?
<FromGitter> <Blacksmoke16> Don't make it a column?
<FromGitter> <Blacksmoke16> What's the use case?