7 Matching Annotations
  1. Jul 2023
    1. There, the module object stored in MyDecoration by the time the initializer runs becomes an ancestor of ActionController::Base, and reloading MyDecoration is pointless, it won't affect that ancestor chain.
  2. Oct 2021
    1. It is very important to understand that Ruby does not have a way to truly reload classes and modules in memory, and have that reflected everywhere they are already used. Technically, "unloading" the User class means removing the User constant via Object.send(:remove_const, "User").
  3. Aug 2021
  4. Jun 2021
  5. May 2021
    1. The element that we are going to apply the shape to with the shape-outside property to has to be floated. It also has to have a defined width and height. That's really important to know!
  6. Apr 2021
    1. that can be played by up to 10 local players - turnwise.

      Description just said:

      Party mode brings Versus mode and Marathon mode where up to 10 players can play together and compete locally.

      Didn't mention whether it was at same time or in sequence. Hmm. Which is it? Video shows at least 2 can play at same time, so...

  7. Feb 2021