raganwald-deprecated / Roweis

Use convention over configuration to host your views and controllers in a "single page browser application"
32 stars 1 forks source link

Controllers should be able to render a view *en passant* #40

Open raganwald opened 13 years ago

raganwald commented 13 years ago

Example: Controller successfully posts a new comment to the server.It will redirect to a view that accepts another controller. But along the way it must also trigger a view that will append the new comment to a list.

raganwald commented 13 years ago

One possibility is to bind a view to the add_comment.after.action_base event somehow.