RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: pacoguzman
Site: http://pacoguzman.lacoctelera.net
Thanks Ryan. One thing I hope to see in the future is avoiding the use of that kind of templates hide.js.erb I like pretty much using directly the client side
$(document).on('ajax:success', '.announcement', function(){ $(this).remove(); });
I would like to know how other people do this.
And its recommended in the Rails guides
Thanks Ryan. One thing I hope to see in the future is avoiding the use of that kind of templates hide.js.erb I like pretty much using directly the client side
I would like to know how other people do this.
And its recommended in the Rails guides