I currently have standard flash messages with the devise gem for success/failure etc. I have added the option to manually close the message with some bootstrap functionality vi
alert
application.js
.js
$(document).on('turbolinks:load', function() { setTimeout(function() { $('.alert').fadeOut(); }, 3000); })