Alexander Kuznetsov
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 6
-
创建于 Copy revision number in short format
已回答Right 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? -
创建于 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... -
创建于 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...