gamecreatures.com - Gamecreatures' Blog – Software Development Adventures

Example domain paragraphs

I love Marco's turbo_power library for adding some extra actions to turbo. For example the turbo_frame_reload which should reload a given turbo frame.

But the turbo_frame_reload didn't work in my situation.

I've got an index view which renders all orders in a turbo-frame (with pagination). Pressing a button next to an order should tag the order and reload the orders page. Tagging is an action in other controller, which doesn't know anything about this order screen. But after tagging it should refresh the turbo frame with the orders.