You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The big problem with just checking id is that EVERYTHING responds to id
even if it doesn't, due to the ruby deprecation warning for using
object_id instead of id.
#1. This change makes it super easy to detect actors because no one
will have a flipper_id method already in their models.
#2. This allows people to change what is used for activating individual
actors. If you don't want it to be id, simply define flipper_id to be
name, or whatever else you want.
Would be nice to be able to log feature checks (which features were checked and what did they return) and adapter reads (to verify efficiency).
The text was updated successfully, but these errors were encountered: