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

Shortcuts #1

Closed
jnunemaker opened this issue Jul 31, 2012 · 1 comment
Closed

Shortcuts #1

jnunemaker opened this issue Jul 31, 2012 · 1 comment

Comments

@jnunemaker
Copy link
Collaborator

No one wants to type out all this gibberish. Need to make it more succinct for creating a flipper instance and getting access to features, groups, etc.

@jnunemaker
Copy link
Collaborator Author

Done.

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