Displaying 20 results from an estimated 5000 matches similar to: "redcar conflict netbeans"
2011 Apr 11
3
Redcar Editor
I''m new here and I wanna make some marketing to Redcar
Editor<http://redcareditor.com>
.
I have used this amazing editor for a while and I have to applaud it.
It''s an excellent free (as in speech) alternative to TextMate.
It''s made on Ruby (run on JRuby), so it has the heart of the Ruby community.
It has support to TextMate Themes and Snippets, it''s very
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
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
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
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
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 Oct 08
0
Can''t debug specs in Netbeans
Hi. I can''t seem to get debugging of specs working in Netbeans. AFAIK, I''m
supposed to be able to just do Command+Shift+F5 with the spec open in the
editor but i get this error:
/Users/admin/src/expresso/vendor/plugins/rspec/lib/spec/test/unit/autorunner.rb:2:in
`remove_method'': method `process_args'' not defined in Test::Unit::AutoRunner
(NameError)
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
2008 Jan 14
5
Help finding "JRE" to run Netbeans in Linux
I''ve spent the last year developing a large Ruby on Rails 2.0
application with over a 100 tables and controllers and hope to be
deploying it soon.
Before I moved from my Windows XP computer to deployment, I wanted to
run it in a local Linux environment to sort out:
1. Amazon S3 files
2. RMagick (went south when I upgraded to Rails 2.0)
3. ARMailer (mail spooling program)
I''ve
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.
2011 Dec 06
1
mongodb topic in rails
Hi
I use mongoid for rails application
and I try to do
@users = User.where("first_name = ? OR last_name = ? OR type = ?",
firstname, lastname, usertype)
but I am getting error
but when i put:
@users = User.where(:first_name => firstname, :last_name => lastname,
:type => usertype).all
the program run successfully
but i need OR to execute in mongodb
Also I need sql LIKE to
2007 Mar 08
6
NetBeans IDE 6.0
Hi there !
I came across the NetBeans IDE and also the screencasts.
Here are the links for screencasts:
http://blogs.sun.com/roumen/entry/two_demos_jruby_on_rails
D/L Link :
http://nbi.netbeans.org/m11/download.html
I''m now on Kdevelop and not yet tried NetBeans and its ~80 Mb of D/L.
If any of you had tried it out, do post your views.
-- Arjun.
2011 Sep 30
5
Rails on Netbeans 6.9.1
I installed ruby 1.9.2 using RVM and then used Netbeans to install the latest
rails and gems etc.
However when I create a new rails application and click finish i get the
following error
http://old.nabble.com/file/p32569627/Screen%2BShot%2B2011-09-30%2Bat%2B16.14.01.png
Screen+Shot+2011-09-30+at+16.14.01.png
When I create a new rails project I correctly select the right version of
Ruby to use
2008 Apr 29
3
Netbeans 6 and 6.1 on the same machine.. Possible..?
Hi,
I am currently using Netbeans 6.0 for all my Ruby on rails Projects.
I would like to keep 6.0 and 6.1 on the same machine, since i am not
sure how safe 6.1 is when compared to 6.0
I do not want to take any chance of losing my projects.
Can any one guide me... Is it possible and How...?
Thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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