Weekly Recap #4 #34
kaspth
announced in
Weekly Recaps
Replies: 2 comments 3 replies
-
Hi Kasper, Can you please expand a bit more on this:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
An interesting tweet by Nate Berkopec I saw today 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everybody, we're almost a month in now!
I had a call with @swanson and @marcelolx last week, and the existing code we had was great at giving the discussion a lot more dexterity. So we could fairly quickly go yay or nay on what we had.
We ended up with some fairly big changes too, some of these are things we've discussed a bit before.
test/seeds/accounts/business.rb
. This also means our seeds file are more likeconfig/routes.rb
then, they take up more lines but are grouped in one file — we can always look at better abstractions later. I've already converted this work in Group seeds by top level model + plus data tables #28test/seeds/data
folder for any pure data tables folks expect to have in their db.users.update name: "Kasper"
is possible. This needs a little more work because we now need an alternate unique attribute to find by. I'm doing this in Make ids optionals #32I'm also working on getting us to be able to use Oaken via a package provider of some sorts. I've kept deferring it since I knew it would be kinda pointless without making the changes above. Soon though!
PRs & Discussions
Next Team Call
I've just put up the meeting details over here #33
How's it going so far for everyone? Is it still manageable to follow along? Are y'all still learning Ruby tricks from seeing the code now evolving in a slightly different direction?
Beta Was this translation helpful? Give feedback.
All reactions