search for: simonecarletti

Displaying 2 results from an estimated 2 matches for "simonecarletti".

2013 Nov 12
7
Hook into Exception Chain
Hi there, I''m using Log4r in my rails projects. On log.error an email is sent using the EmailOutputter. I know changed the EmailOutputter to include a global var in the subject (MDC) since the subject is normally static. I want to set this var to the exception message, so it is sent as the subject. Can anyone tell me how to do this in rails? Basically: raise e or some other cause
2011 Sep 06
8
Ajax and rails 3 UJS (jquery)
...e: 1) http://net.tutsplus.com/tutorials/javascript-ajax/using-unobtrusive-javascript-and-ajax-with-rails-3/comment-page-1/#comment-377817 2) http://rails3stuff.posterous.com/#!/59899595 3) http://docs.jquery.com/Ajax_Events 4) http://railscasts.com/episodes/205-unobtrusive-javascript 5 ) http://www.simonecarletti.com/blog/2010/06/unobtrusive-javascript-in-rails-3/#comment-38259 6) http://chrissloan.info/blog/rails_3_jquery_ujs/ 7) http://railsdog.com/blog/2011/02/28/callbacks-in-jquery-ujs-in-rails3/ What I have also tried: ------------------------ Even tried defining app/views/parts/destroy.js.erb - w...