Samir Sabri
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
创建于 Can't debug
已完成I get this error when trying to install ruby-debug-base: gem install ruby-debug-base -v '0.10.5.rc10' Building native extensions. This could take a while... ERROR: Error installing ruby-debug-b... -
创建于 How to create a new look and feel ?
Hello,I would like to know please, how to create a new look and feel ? for example, how to customize the background of the project tree ? currently its white.As for the code color scheme, I can cop... -
创建于 Uninitialized constant {Class Name}Controller when debugging spec file
I am trying to debug a spec test, but, it seems that the rails envoironmet is not loaded, because I get this error:Fast Debugger (ruby-debug-ide 0.4.17.beta8, ruby-debug-base 0.11.30.pre4) listens ... -
创建于 Why I get NameError: uninitialized constant {mode name} when debugging rspec tests ?
Hello,I am trying to debug spec test, and I've noticed that all models are not initialized, I get this error when I try to evaluate a model School:NameError: uninitialized constant SchoolPlease adv... -
创建于 Why I can't debug FactoryGirl at spec files ?
Hello,I have managed to run single tests over models spec files, but, Right-Click, and Run "course_spec", so its fine.The problem is that if I Debug "course_spec", I have this error:NameError: unin... -
创建于 RSpec + spork: Unable to attach test reporter to framework
HiMy RSpec tests run just fine. It just won't attach to the test framework.Here is the error:D:/RailsInstaller/Ruby1.9.2/lib/ruby/1.9.1/rake.rb:993:in `block in sh': Command failed with status (1)... -
创建于 Why I get No tests were found ?
Hello,I am trying to run a test configuration that will runs all rspec tests in the rspec folder, but, I get the error "No tests were found"If I run a test for single file inside the folder of rspe...