David Henner

Results 7 issues of David Henner

Senario - I have delayed_jobs killed - I run `god -c /etc/god.conf -D` (normally without the -D but this is for show) - I get the following ``` I [2014-05-22...

When I create a namespace using nifty:scaffold without arguments, the only attribute is :name (even if "name" isn't an attribute) I'd make a pull request for this but I have...

No Tests

You probably should not be going to method missing for methods you have already called before... instead use define_method in the method missing implementation. It will speed things up. Take...

Good start. I'll be checking the project out. I don't see any tests. Is there a plan to add tests?

This was my error. Uncaught TypeError: Cannot read property 'length' of undefined Aajquery.dataTables.min.js:69 i.fn.dataTable.a.iDrawjquery.dataTables.min.js:68 jQuery.Callbacks.firejquery-1.7.1.js:1047 jQuery.Callbacks.self.fireWithjquery-1.7.1.js:1165 donejquery-1.7.1.js:7400 jQuery.ajaxTransport.send.callbackjquery-1.7.1.js:8181 You really should not use the minified JS. I would have debugged...

couldn't find file 'simple_datatables' Looks like when i hit this line in my assets //= require simple_datatables I get an error. $ rake assets:precompile rake aborted! couldn't find file 'simple_datatables'...