01:13
vivus has quit [Remote host closed the connection]
05:47
_whitelogger has joined #amber
10:11
_whitelogger has joined #amber
10:46
feepbot has quit [Ping timeout: 252 seconds]
10:48
feepbot has joined #amber
17:50
<
FromGitter >
<Sjoerrdd> Is writing SQL the only way to create a database in Amber?
17:50
<
FromGitter >
<Sjoerrdd> Because i hate writing SQL (That's one of the reasons I use a framework :P)
18:11
<
FromGitter >
<Sjoerrdd> it doesn't work :(
18:27
<
FromGitter >
<epergo> what doesn't work? could you elaborate a bit?
18:33
<
FromGitter >
<Sjoerrdd> Sorry, my bad
18:33
<
FromGitter >
<epergo> 👍 nice!
18:33
<
FromGitter >
<Sjoerrdd> Another question :P
18:33
<
FromGitter >
<Sjoerrdd> is there something like references?
18:33
<
FromGitter >
<Sjoerrdd> amber generate scaffold comments message:string blog:references
18:34
<
FromGitter >
<Sjoerrdd> Something like that?
18:35
<
FromGitter >
<Sjoerrdd> Thanks
18:37
<
FromGitter >
<Sjoerrdd> Amber is the new rails
18:37
<
FromGitter >
<Sjoerrdd> and that is awesome
18:37
<
FromGitter >
<elorest> Thanks.
18:39
<
FromGitter >
<Sjoerrdd> 3 month's ago I discovered Amber
18:39
<
FromGitter >
<Sjoerrdd> Today I'm creating my first project :D
18:39
<
FromGitter >
<Sjoerrdd> maybe opensource :thinking:
18:41
<
FromGitter >
<Sjoerrdd> But
18:41
<
FromGitter >
<Sjoerrdd> Something went wrong
18:48
<
FromGitter >
<Sjoerrdd> if I let username blank
18:48
<
FromGitter >
<Sjoerrdd> the form still submits
20:38
<
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`
22:57
<
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 :)