Reynard Hilman

- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Reynard Hilman created a post, 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... -
Reynard Hilman created a post, 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... -
Reynard Hilman created a post, 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... -
-
-
Reynard Hilman created a post, 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... -
Reynard Hilman created a post, 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 ... -
-
Reynard Hilman created a post, 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... -
Reynard Hilman created a post, 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...