-
Notifications
You must be signed in to change notification settings - Fork 1
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
Making the gem a general purpose gem. #5
Comments
I like this idea. |
Is this gem still maintained? It looks very useful; the conflation of presentation and state manipulation in the standard architecture has always bugged me. While I still don't like having to write the glue code needed to surface events to the controller, I can also see how this provides another layer of indirection under my control. Perhaps a convention-over-configuration pattern could be introduced based on the control names and typical events? |
It's maintained, though I'm stalled on working on a 2.0 version. It was probably too big of a change anyway. But if you find bugs I'm definitely here to fix em!
|
Awesome, thanks!
|
I have been using motion-kit-events for a while now. I am currently building a messaging app and thought it would be nice if I can integrate this gem's functionality into a class that is not a layout. For example, when a message is received, I would trigger a
:message_received
event to the controller. I mean, I don't think the functionality of this gem should depend on the object beingkind_of?(MK::Layout)
.The text was updated successfully, but these errors were encountered: