Robert Gustafson
- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
-
Created Error running.. Rails server launcher wasn't found in project
HiI'm having a little trouble getting back in the saddle after upgrading my OS to Fedora 15.I did an install of F15 from scratch, so I had to reload my workspace and RubyMine from backups.I also ha... -
Created Put in SVN, took out of SVN, now missing Rails server launcher.
I had a working system and 547 files of code, etc.I thought it would be good to put my code under Subversion.I created a subversion repository and then did an import to subversion.After things look... -
Created Error diagnostic message should include class name
I made an error in my code.The diagnostic message splashed on my browser includes the line: undefined method `SubTransaction' for #<#<Class:0x007fa263a4a198>:0x007fa263a43cf8>It would be nice to ... -
Created Clicking red square while on a breakpoint does not stop rails server.
1) Set a breakpoint in your code.2) Start the rails server in debug mode3) Use your browser to hit the code with the breakpoint4) Your code executes and stops at the breakpoint5) You then click the... -
Created Syntax checker does not always recognize an Array.
I have a piece of code: @subbs = SubBundle.find_all_by_hashapprox(sub_bundle.hashapprox) next if @subbs.length == 1 @subbs.each { |subb|The SubBundle.find_all_by_hashapprox(..) creat... -
Created Where are automatic bug tracebacks stored in your system.
I want to add another comment to the automatic bug traceback reporter, but I don't know where they are stored in your system. Not in comments anyway. -
Created Restart after red error traceback does not succeed because it hasn't quit the server
When I get an error which results in a red note and a chance to submit a traceback report, one button says something about 'restart.. ' (I can't read it because button is too small for the text).An... -
Created Debugger seems to create Segv
See the screendump fragment. Placing the debugger breakpoint where the red dot is seems to provoke a Segv.See also the attached console log.Attachment(s):RubyMineBugReport03.txt.zipDebuggerCreatesS... -
Created Replace RAILS_ROOT with ::Rails.root.to_s may give problems.
I replaced RAILS_ROOT with ::Rails.root.to_s in several places. I am seeing a 'file not found' where the path contains ::Rails.root.to_s (see attached screendump fragment)This 'file not found' prov... -
Created Would be good to have line scroll on console/logger window
Frequently I acquire long scroll rolls in the console/logger window.Scrolling through a big roll, I have two options - grab the thumb and move it up and down, or click on the scroll space above or ...