piper 3.1.1
Spice up your vanilla rails app with some SPA like benefits without the added complexity of a client-side JavaScript framework. From within javascript, there is no straightforward way (at least I'm aware of) to invalidate/reload a partial. Articles describing techniques such as this one have been around for some time now. This gem builds on techniques such as that one, and allows you to reload partials by following a few simple conventions.
Gemfile:
=
install:
=
Runtime Dependencies (2):
actionpack
>= 3.2
railties
>= 3.2