[Solved] Ruby on Rails UJS

It looks to me like the relevant code to the question is this: #dynamicLoadingPanel = render ‘schedules/named_players’ And that somewhere (not in code shown), and update is posted to Availabilities#create, and what is returned is a fresh version of schedules/named_players and dynamically insert that into the page within #dynamicLoadingPanel. Here’s my take: # _schedules/available_players.html.haml #dynamicLoadingPanel … Read more