I\'m busy learning Rails 4 and I would like to display a bootstrap popup modal when a user clicks on a link, when the modal opens it needs to show the information relating to th
You also need to show the modal, add $('#myModal').modal('show') in show.js.erb
$('#myModal').modal('show')
$("#myModal").html("<%= escape_javascript(render 'modal') %>"); $('#myModal').modal('show')