Robert Gustafson
- 活动总数 109
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 31
-
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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. -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ...