Maxime Orefice

Joined

26,020 Experience
259 Lessons Completed
0 Questions Solved

Activity

I'm just curious if these types of situations are ones that Gitlab would utilize STI, or how would the Gitlab dev team handle implementing a feature like this?

We still have some models leveraging STI. Ci::Build for example is one of them. Given our growth and the complexity this brings we just decided to stop using this pattern.

Depending on your context and how much data you're dealing with, it might makes sense to continue using this pattern for your case.

Thanks Chris, It's funny that we just stopped using this design pattern at Gitlab

https://docs.gitlab.com/ee/development/database/single_table_inheritance.html

Posted in The Ruby Subscript Operator Discussion

TIL thank Chris,

Gitlab is using a similar technique to handle migration versions 👇

https://gitlab.com/gitlab-org/gitlab/-/blob/f2d08c89203953eb9b7d9b2bc3c9175f9e685d2b/lib/gitlab/database/migration.rb

Thanks for the video!

Don't forget to also add unique constraints at the database level to make sure an Account can only have one shipping and one billing address.

Great finding Chris 👍

Let's see what DHH think about https://github.com/basecamp/name_of_person/issues/2 😁

Thanks for your this great video @excid3:disqus . I advise people to use Algolia if they want to use a database search https://blog.algolia.com/fu...

Posted in What do you think about this ?

Yeah I think you're right, the better one is the automatic marked when the episode is fully watched.

Posted in What do you think about this ?

It's been a few months I follow you Chris and I'd like to say thank you for all what you've done.

I often watch your episodes and a question got out of my mind, so I have to ask.

What do you think if it was possible to mark watched episodes, as a member of GoRails ?
Because you have almost 90 episodes and it would be easier to see which episodes we have already seen.

It's just a suggestion that I wanna share with you.

Thanks again for all,

I love Chris