_whitelogger_ has quit [Remote host closed the connection]
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
<Guest40822>
<monsterkrampe> @Sjoerrdd your validation just checks that the form is not submitted without the `username` parameter and that this parameter is not `nil` ⏎ for this reason a blank username is perfectly valid ⏎ you could check for ⏎ `required(:username) { |f| !f.nil? && !f.empty? }` ⏎ instead, if you want to disallow empty strings [https://gitter.im/amberframework/amber?at=5bbda12b600c5f642381f465]
<Guest40822>
<marco-fp> I see that there's a generate api option in the CLI, but I don't see anything about not starting the project with the /public and the asset build
Guest40822 has quit [Remote host closed the connection]
FromGitter has joined #amber
FromGitter has quit [Remote host closed the connection]
FromGitter has joined #amber
<FromGitter>
<Sjoerrdd> I'm trying to install Amber