Chez Whorton

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created Code review feature request
It would be very nice to have the ability to bring up a view that lets you select any particular git commit, then shows (a) the files in the commit, and (b) when you select one fo the files, the si... -
Created How to get debugger to take over when runtime error occurrs?
When a runtime error happens in a Rails project, it displays the error and stack information in the browser. Is there any way instead to have the debugger halt execution within RubyMine so that I c... -
Created My code is littered with warnings "cannot find 'messagename' for type 'Object'"
My code is littered with warnings of the form cannot find 'messagename' for type 'Object'"...Am I missing something in the way I'm writing my code, or is this a useless warning (given that types ca... -