Displaying 20 results from an estimated 900 matches similar to: "Can''t debug specs in Netbeans"
2007 Jun 12
8
rdebug spec ?
Can you run rdebug on specs?
I get errors when I try:
$ rdebug spec ./spec/models/select_option_spec.rb
./spec: Is a directory - ./spec (Errno::EISDIR)
from /opt/local/lib/ruby/gems/1.8/gems/ruby-debug-0.9.3/bin/
rdebug:136:in `debug_load''
from /opt/local/lib/ruby/gems/1.8/gems/ruby-debug-0.9.3/bin/
rdebug:136
from /opt/local/bin/rdebug:16:in `load''
2006 Jul 24
0
Errors with my generate
Hi there, I''m getting the following errors with my generate script. I
haven''t changed anything, it just started happening one day. It also
does this when i create a migration:
penoir> ruby script/generate controller Gallery::Artist -p
create app/controllers/gallery
create app/helpers/gallery
create app/views/gallery/artist
create
2008 Jan 25
0
cruisecontrol.rb setup problems
Hi all,
We are trying to set up cruisecontrol.rb on a windows machine. We have
ruby, rails, cruisecontrol.rb (win32 versions).
We have added the project, run throught the tests. The tests run 100%
successfully.
After the tests run, it apparently uses unit test collector to collect
through some tests which have require on "cc:build" which it can''t find
anymore and spits
2010 Jun 20
0
Debugging a Rails 3 app with RadRails 2?
When trying to debug a Rails 3 app with RadRails 2.0.4, I''m running into
a problem with gem loading, apparently. See below for a stack trace.
That problem disappears, when I move Gemfile out of the way, but, of
course, then other necessary gems aren''t loaded.
From my Debug Configuration
Project: <myproject>
File: script/rails
Working Directory:
2008 Sep 09
0
Re: NetBeans to IntelliJ to Eclipse to NetBeans to Eclipse to IntelliJ - Evaluating IDEs for Ruby o
Just as an update .. I moved from Vista to Ubuntu and stuck with
IntelliJ + Ruby plugin until I hit a showstopper bug..
http://www.intellij.net/forums/thread.jspa?threadID=277084&tstart=0
So I was forced to move quickly back to either NetBeans or Eclipse ...
and since NetBeans required less setup than Eclipse I''ve run with that.
I''ve been happy with the Ruby support on
2007 Aug 06
1
Problems with expresso
Hello,
I want to use expresso for preprocessing the hgu133a-spikein data from
affycompII. But there is an error:
> library(affy)
> path <- "z:/Microarray/hgu133a-spikein/rawdata"
> celFile <- list.celfiles(path=path,full.names=TRUE);
> affyBatch <- ReadAffy(filenames=celFile[1:6]);
> eset1 <-
2008 Nov 25
1
NetBeans 6.5: RuntimeError when running tests
Is anyone on the list having success using NetBeans 6.5?
I''ve been having difficulty running my tests on NetBeans 6.5. Whenever
I attempt to run the tests on my project, I get numerous errors such
as this one:
RuntimeError: appender ''<Logging::Appenders::File: /Users/george/
workspace/RPM/log/test.log>'' is closed
These errors never occur when I run the tests
2007 May 06
2
NetBeans gets RSpec support
It looks like the lates NetBeans milestone can run RSpec specifications:
http://wiki.netbeans.org/wiki/view/NewAndNoteWorthyMilestone9
I haven''t tried it myself, but if anyone else does please tell us
about your experience.
Aslak
2010 Aug 23
2
NetBeans and Java Bindings
Hello,
I was wondering if anyone has succeeded in getting the Java bindings to work
with NetBeans, in order to make use of NetBeans's GUI developer. I've had no
luck so far, does anyone know how to do that?
Many thanks.
2007 Sep 17
1
Fwd: Problem - Editing rhtml in NetBeans is very slow - only for me?
Hi
Did anyone except me ever experienced very slow response when editing
rhtml in NetBeans? It starts ok, but after a couple of minutes of
editing it takes several seconds to move the cursor from one line to
another. I''m on Ubuntu and using the today''s NetBeans rubyide build.
I''ve tried to switch off all features for the RHTML editor in
''advanced
2007 Mar 12
10
using mocha with rspec
Hi folks.
I''ve just started using rspec and I have to say it''s very nice. The
thing is, I prefer mocha''s mocking dialect. So I thought a simple
require ''mocha'' would set me up.
Unfortunately, rspec does all its goodness using do/end blocks in
anonymous classes, so it wasn''t quite that obvious.
Anyway, here is the incantation I ended up
2010 Apr 30
0
Netbeans - Malformed version number string mswin32 (ArgumentError)
History... before it went to heck...
I have been working a project in Netbeans for a month. I did a gem
update outside of Netbeans while I was installing ImageMagick and
RMagick... I also had to remove one verson of ImageMagick to use the
one compatible with RMagick.
Everything was working well... then I went to migrate my DB back to
start fresh again and I got :
Malformed version number
2008 Aug 19
1
[Bug 17204] New: Support Netbeans.tv player
http://bugs.freedesktop.org/show_bug.cgi?id=17204
Summary: Support Netbeans.tv player
Product: swfdec
Version: unspecified
Platform: Other
URL: http://netbeans.tv/community/NetBeans-IDE-6.5-Beta-Java-
Debugger-New-Feature-376/
OS/Version: All
Status: NEW
Severity: normal
Priority:
2009 Apr 02
0
NetBeans DTrace GUI Plugin + Chime
The FCS version (1.0) of the NetBeans DTrace GUI Plugin + Chime is published on the NetBeans Update Center. The new release contains more than 30 new Chime displays that can be used to debug and tune applications that are written in native and dynamic languages such as Ruby and Python.
For more information please see the URL below:
http://dtrace.netbeans.org
Thanks,
__Nasser
--
This message
2010 Aug 13
0
Plugin i18n rails for netbeans 6.9
hi friends,
I developed a netbeans plugin to edit yml configuration files in a
ruby on rails projects
Just see my blog to more informations
http://luiszandonadi.heroku.com/en/articles/netbeans/2010-07-11-i18n-rails-with-netbeans
Thanks.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2012 Feb 03
0
redcar conflict netbeans
Hi
I had a IDE netbeans now I have installed red car but after
installing redcar my NETBEANS not working so I want to remove redcar
from my local machine(ubuntu 10.10)
when I put this in console:
> sudo gem uninstall redcar
I got
WARNING: Invalid .gemspec format in
''/usr/lib/ruby/gems/1.8/specifications/redcar-0.13.gemspec''
ERROR: While executing gem ...
2007 Mar 09
3
NetBeans 6.0/Script Console Window
Has anyone figured out how to turn NetBeans IRB window into Ruby on
Rails script/console window where the gems like ActiveRecord, ActionPack
etc are recognized? May be an easy one for the Rails Guru''s out there,
not for me. By default, the NetBeans IRB window only loads Ruby. I am
trying to see how well NetBeans 6.0''s Ruby/RoR support works fully
realizing that it is an alpha
2009 Feb 25
1
How to get JRI to work from my NetBeans
Hi,
I need your help. I have downloaded a precompiled JRI as part of rJava. I
have included rJava as part of my R package libraries.
Now I need to be able to work with some R functions from my Java apps. I'm
using NetBeans on Windows.
I have followed some instructions from http://www.rforge.net/JRI/
but i keep on getting errors when compiling my Java app as follows:
run:
Cannot find JRI
2005 Mar 02
3
unable to start mobile emulator in netbeans
Hello everyone,
First things first.
* shorewall version:
2.2.1
* ip addr show:
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: sit0: <NOARP> mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0
3: eth0:
2011 Mar 15
6
creating login form using netbeans
can any one tell the the procedure to create the login form for the project
using netbeans or any IDE?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to