Alexander Kuznetsov

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
-
Created Copy revision number in short format
AnsweredRight now it's possible to copy full-length revision number. But I'd like to have `git rev-parse --short HEAD` as an action. Is there any way I can achieve that? -
Created RM7: very slow debugging process
Hi all.After installing the latest RM debugging process takes a lot of time.Before each breakpoint I placed IDE hangs for about 3-15 seconds. Then it displays current vars values via inline debuggi... -
Created How to use "#noinspection RubyResolve" inside HAML template?
Hey all,I want to clean my haml template files from warnings about unresolved methods.I have following code:%div -if current_user.is_admin? || current_user.is_operator? = to_somethingWhere is_a...