I\'m trying to get a selection from a dropdown to populate a table in the same page, using AJAX so that changes appear without a page refresh. I\'ve got as far as working ou
Create one partial _project.html.erb and render this partial in index page.
<%= render @projects %>
On change of project just render partial with project object and update page using rjs.