0
votes
Rails dashboard design: one controller action per div
I'm not aware of any special Rails tricks for achieving this without using AJAX in the way you've outlined.
The simplest way to get the modularity you seek is to put those portions of contr …
