RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Methos2013
Yes I was having this issue. I got around it with the following:
jQuery(window).on('mercury:saved', function() { window.location.href = window.location.href.replace(/\/editor\//i, '/'); });
Yes I was having this issue. I got around it with the following: