Jan 8, 2008
Generic-user-small Alain Ravet 1 post

Topic: Advanced Rails Recipes / Suggestions for Recipes

When I need a progress bar in a screen, I use a super simple Ajax Request-chaining technique that I call “Action Chunking”. It’s basically 4 lines of code + some code reorganisation; it doesn’t require any plugin or special server configuration.

See :

words : http://docs.google.com/Doc?id=ddmqwkxs_3972nphr5fk
demo : http://screencast.com/t/GiwRm3ziQy

I don’t remember seing this elsewhere, so it could maybe turn into a recipe.

1 post