<FromGitter>
<elorest> @eliasjpr ⏎ ⏎ > @elorest you think you can contribute the modifications you guys made back to the lib? ⏎ ⏎ We tried but it was really specialized for our use case and but I think we can contribute part of it back to the whole. I'll work on that when I get back from Germany. [https://gitter.im/amberframework/amber?at=5d7d9c0f5d40aa0d7d3a5924]
<FromGitter>
<Blacksmoke16> prob easier to just use cypress
<FromGitter>
<Blacksmoke16> unless it provides something better, otherwise would be hard to beat
raz has quit [*.net *.split]
raz has joined #amber
raz has joined #amber
raz has quit [Changing host]
_whitelogger has joined #amber
_whitelogger has joined #amber
<FromGitter>
<ikaru5> I'm using postgres db with Granite. For some reason "User.where(username: "tester").count" gives me the error, that the column username doesnt exist. Any idea why? :S ⏎ (I checked the db and the column does exist! Some lines before, the user was successfully created with an username.)
<FromGitter>
<Blacksmoke16> What's the exact error?
<FromGitter>
<ikaru5> well... good to know that it should work! Thank you! ⏎ I'll check my project later. ⏎ The only difference I see is that Im running pg 11.5
<FromGitter>
<Blacksmoke16> sec
<FromGitter>
<Blacksmoke16> that worked too
<FromGitter>
<ikaru5> Ah, tried a diffrent model and it worked :'D So my user model must be messed up... maybe this Crypto stuff