Samir Sabri

Avatar
  • Total activity 24
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 8
  • Created

    Can't debug

    Completed
    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...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    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 ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    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)...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 0 votes