Skip to content

Instantly share code, notes, and snippets.

View clintecker's full-sized avatar
🎯
Focusing

Clint Ecker clintecker

🎯
Focusing
View GitHub Profile
@clintecker
clintecker / gist:3492816
Created August 27, 2012 22:14 — forked from DrPizza/gist:3492807
Bogus VC++ 2012 error?
from threading import Thread
t = Thread()
t.start()
t.join()

Installation

The Exceptional Rails plugin will work alongside any other exception management solution. Though it would be a good idea to remove them if you decide to use Exceptional to ensure the best possible performance.

You will need an account at getexceptional.com

Rails < 2.1
  1. Install : From the root folder of your Rails application, run the following command to download and install it:

cd vendor/plugins &&\

$.fn.extend
myplugin: (options) ->
self = $.fn.myplugin
opts = $.extend self.default_options, options
$(this).each (i, el) ->
self.init el, opts
self.log el if opts.log
$.extend $.fn.myplugin,
default_options: