Use Ajax to Asynchronously Load a Rails Partial In a Form
For a recent client project, I was tasked with building a form that would need to asynchronously update the options on display according to the user's selections. With this post, I'm going to put together a small test app that ...