Reynard Hilman

- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created Misleading ActiveRecord find(id) deprecation
On the latest Rubymine 2016.1, Rubymine is showing that ActiveRecord find(id) is deprecated. Let's say I have an ActiveRecord model User, Rubymine tells me that User.find(id) is deprecated. As fa... -
Created Sometime jump to definition doesn't work since upgrading to rubymine 5
For cases that used to work on 4.5, it stopped working after I upgrade to 5. I haven't tried with the minimal code example but in my current code base, using rubymine 5, sometimes I can't even jump... -
Created Gem manager keeps popping up message
After my computer crashed (while having rubymine opened), I keep getting this messageRubyMine Gem ManagerRubyMine has detected that some of the gems required for 'project name' are not installed<li... -
Created scss file does not get syntax highlighting
I have sass plugin enabled but files with .scss extension does not get highlighting at all. I even tried disabling and enabling the plugin, but it does not make any difference. It does recognize .s... -
Created pop menu does not disappear (even after shutting down rubymine)
When I use Ctrl+Shift+n to search and open a file, sometimes the popup that shows matching files just stick around and never disappear. Even when doing Ctrl+Shift+n again (the bad popup just stays ... -
Created wrong indenting on erb/rhtml files
<div>..<%- if true -%>....true..| </div>in the above example, pipe (|) indicates my cursor position, and I have a shortcut / live template (r + tab) to create the <%- -%>whenever I use the shortcu... -
Created better "go to file" matching?
Currently if I want to open something.rbtyping "some rb" does not show "something.rb"I have to type "some*rb"it would be nice if "some rb" also matches "something.rb"also if there is no file that s... -
Created rubymine insert spaces unintentionally
When I'm just browsing a file and don't intend to edit it, often Rubymine insert spaces. I think this happen when there is no spaces on empty lines, rubymine might added the space to match indentat... -
Created UI improvement suggestion
I have been evaluating redmine for about 2 weeks and I would like to suggest some UI improvements:The indicator for new, modified, deleted line in a file could be bolder (make it looks more like ne... -
Created Is there a way to open containing folder of a file
So when I'm looking at index.rhtml in app/views/testis there a shortcut to open the sidebar and open the directory structure to app/views/test with index.rhtml highlighted?