andy l

- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 41
-
-
andy l created a post, Unwanted Coffeescript Syntax Errors
I'm using CoffeeScript on RubyMine with Webpack modules. RubyMine reports syntax errors for `import` and `export` statements, even though Webpack compiles and runs the code just fine. Two questions... -
andy l created a post, Custom Navigation for Backbone/Rails App
I'm doing lots of backbone/rails apps these days. I love how RubyMine has built-in navigation icons that let you jump from a Rails controller to view and back.Can I add my own custom icons for fas... -
andy l created a post, Broken debugger: my workaround
For me, RubyMine's test/debug environment has broken over and over again as various pieces of my dev stack are upgraded.After wasting tons of time, I've started running tests in a standalone consol... -
andy l created a post, Sun JDK Removed from Ubuntu
Can someone from JetBrains comment on this article ??http://www.omgubuntu.co.uk/2011/12/java-to-be-removed-from-ubuntu-uninstalled-from-user-machines/Is RubyMine going to perform well on OpenJDK ?? -
andy l created a post, auto-test / eap 96.886
does auto-test work in eap 96.886 ??when I press the 'auto-test' button nothing happens.auto-test worked for me with an earlier eap...i'm using:- rspec 1.3.0- eap 96.886- ubuntu 10.04 -
andy l created a post, Question: Tools/Context
I've been using the tools/task commands to integrate with PivotalTracker. It's nice !I can't figure out what tools/context is supposed to do. There are three sub-commands - save, load and clear. ... -
andy l created a post, Inspection Issue with 96.552
In EAP 96.552, I define a class method: def User.create(args) puts "I AM IN THE NEW CREATE METHOD" super(args) endThe User class is an ActiveRecord model. The method works fine.But in the ... -
andy l created a post, EAP 96.552 / PivotalTracker Integration
When you press Alt-Shift-B, RubyMine is supposed to open the current pivotal task in the browser window.It doesn't quite work.Pivotal expects a URL like this:http://www.pivotaltracker.com/story/sho... -
andy l created a post, Smarter Spell Checking
Using EAP 96.552, RubyMine underlines mis-spelled words with a red underline.Many valid instance variables and method names are caught in the spell checker, like:- @user- nil?- empty?- update!Sugge...