Edward J. Stembler

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Edward J. Stembler created a post, Prevent indentation of html markup inside an ERb if statement?
I there any way to prevent the IDE from indenting html markup inside an ERb if statement? The "Code > Reformat Code.." menu item always erroneously indents this code.For example the following code ... -
Edward J. Stembler created a post, Any plans to support UNC path Deployment?
I noticed UNC paths are not support in the "Local or mounted folder" Deployment type. Are there any plans to add support for UNC paths?For the current Ruby on Rails project I'm working on, the cli... -
Edward J. Stembler created a post, 3.2's "Reformat Code..." indents comments now?
I just noticed that in 3.2 when you click the menu item Code | Reformat Code... code comments are now indented 2 spaces. How do I turn this off?Thanks. -
Edward J. Stembler commented, -
Edward J. Stembler created a post, Does RubyMine support comment codes?
In some IDE's if you prefix your comment with a special keyword it will put a colored indicator in the gutter. For example, some of the one's which come to mind are:# NOTE:# BUG:# TODO: -
Edward J. Stembler created a post, Debugging using RubyMine 3.1, JRuby 1.5.6 (via RVM)
I'm trying to debug my Rails 3.0.5 app, having recently switched the Ruby SDK to JRuby 1.5.6 (via RVM). However, it times out despite doubling the time out to 20 seconds.I've seen some posts hinti... -
-
-
Edward J. Stembler created a post, What user account does RubyMine run under in Windows 7?
I have a delayed_job process which is getting an EACCES Permission Denied error on a directory. I need to know the Windows 7 user account which RubyMine is running under so I can give it permissio...