<FromGitter>
<cjfravel_gitlab> I'm just getting started with amber and I'm having trouble with generating a public section of my site, I have generated a user using the auth generator, and I've generated a scaffold for a Task resource. However when I goto the tasks routes it's redirecting to signin and I don't have a before action to the generated redirect_signed_out_user on that controller. How can not perform this action on this
wontruefree has quit [Quit: bye]
<FromGitter>
<kolyaio> @Blacksmoke16 I don’t know but npm says the version of node-sass is `4.9.1` but yet the problematic plugin didn’t updated
<FromGitter>
<kolyaio> Also btw I want to transfer from slang to ecr and i don’t want to generate new template.
<FromGitter>
<kolyaio> with changing the template engine i needed in the end changing every instance of importing slang to ecr. which is annoying. but well there’s no better solution
<FromGitter>
<kolyaio> @cjfravel_gitlab I think you have pipeline that handles that in the user controller
<FromGitter>
<silentworks> @eliasjpr its doesn't tell me how to use it in the scaffold command
<FromGitter>
<eliasjpr> @cjfravel_gitlab you have to white list the url paths that do not require login. Take a look at the Auth Pipe
<FromGitter>
<eliasjpr> There is no scaffold for Enums
<FromGitter>
<silentworks> Are these the only valid types `integer, float, datetime, date, timestamp, time, text, string, binary, and boolean`
<FromGitter>
<silentworks> actually `datetime` doesn't seem to work, but `date` does
<FromGitter>
<eliasjpr> Not sure if Granite has support for enums, even though enums are just int types
<FromGitter>
<silentworks> @eliasjpr I am more looking for the available types when using the scaffold command
<FromGitter>
<eliasjpr> so if you want to use a database table field as enum just define a Int32 for the field
<FromGitter>
<silentworks> As I cannot find this listed anywhere, its left up to my imagination to work it out
<FromGitter>
<eliasjpr> Give me a sec @silentworks Im looking to see if I find something related to Enums in the source code
<FromGitter>
<silentworks> Do note my hangup is not on whether there is an Enum type or not, its more about what are the available types as its not listed anywhere and as you can see from the link I posted, strapi has their listed.