Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging #2

Closed
jnunemaker opened this issue Aug 7, 2012 · 0 comments
Closed

Logging #2

jnunemaker opened this issue Aug 7, 2012 · 0 comments

Comments

@jnunemaker
Copy link
Collaborator

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).

jnunemaker added a commit that referenced this issue Jan 11, 2013
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant