0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Adds try catch around all functions to allow better error debugging in javascript.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

jserror-rails

Automatically inserts try catches around coffeescript code just add a .debug extension

On an exception calls out a method called javascript_error() with an object

javascript_error({
                  name: NAME,  
                  error_message: ERROR MESSAGE, 
                  error_name: ERROR NAME, 
                  code_block: BLOCK OF CODE WHICH ERRORED (with \n replaced with [::n::],
                  arguments: FUNCTION ARGUMENTS
});