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
vivus has quit [Remote host closed the connection]
_whitelogger has joined #amber
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 252 seconds]
feepbot has joined #amber
<FromGitter> <Sjoerrdd> Is writing SQL the only way to create a database in Amber?
<FromGitter> <Sjoerrdd> Because i hate writing SQL (That's one of the reasons I use a framework :P)
<FromGitter> <Sjoerrdd> https://gyazo.com/b0e8e7576c6c334fec45ad7bc0caed6b this is so sad
<FromGitter> <Sjoerrdd> it doesn't work :(
<FromGitter> <epergo> what doesn't work? could you elaborate a bit?
<FromGitter> <Sjoerrdd> Sorry, my bad
<FromGitter> <epergo> 👍 nice!
<FromGitter> <Sjoerrdd> Another question :P
<FromGitter> <Sjoerrdd> is there something like references?
<FromGitter> <Sjoerrdd> amber generate scaffold comments message:string blog:references
<FromGitter> <Sjoerrdd> Something like that?
<FromGitter> <Sjoerrdd> Thanks
<FromGitter> <Sjoerrdd> Amber is the new rails
<FromGitter> <Sjoerrdd> and that is awesome
<FromGitter> <elorest> Thanks.
<FromGitter> <Sjoerrdd> 3 month's ago I discovered Amber
<FromGitter> <Sjoerrdd> Today I'm creating my first project :D
<FromGitter> <Sjoerrdd> maybe opensource :thinking:
<FromGitter> <Sjoerrdd> But
<FromGitter> <Sjoerrdd> Something went wrong
<FromGitter> <Sjoerrdd> private def registration_params ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ end [https://gitter.im/amberframework/amber?at=5bbcf7cc6e5a401c2d425240]
<FromGitter> <Sjoerrdd> if I let username blank
<FromGitter> <Sjoerrdd> the form still submits
<FromGitter> <drujensen> @Sjoerrdd yes. `amber g scaffold comments blog:ref message:string` should work. It will create a `blog_id` and a `belongs_to blog : Blog`
<FromGitter> <marco-fp> Hi guys, I'd like to avoid building the /public assets and the whole templates in general. I'm trying to get an amber project for an API only. Is there an easy way of doing this? Thanks :)