Any suggestions on an alternative IDE?
http://www.jetbrains.com/ruby/ Eclipse also has support for Ruby, no? Sort of sad to see this happen, but I'd prefer they keep netbeans going and streamline it to be really good at a few things, rather than being 'ok' at lots of stuff. Ruby doesn't really fit with Oracle's offerings, although PHP doesn't either. Perhaps PHP support will be dropped in the future?
Oracle discontinues Ruby/Rails support for NetBeans
61–70 of 127 posts
Re: Oracle discontinues Ruby/Rails support for NetBeans
#62Nooooo.... I've gradually moved away from NetBeans as a general Ruby/Rails editor but I often came back for the great debugging support. Any suggestion for alternative Rails debuggers?
But I always thought that RadRails was pretty good. YMMV
Re: Oracle discontinues Ruby/Rails support for NetBeans
#63You know between Java, Hudson and moves like this it feels like we're ripe for an Onion-style article about Oracle execs running out of ideas for pissing off the OSS community and so doing a road-trip around the country to individually insult every OSS developer and user in the most graphic and personal way they can think of.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#64Earlier quoted context omitted.
The OSS community for Hudson (actually, CloudBees) is forking Hudson against Oracle's will. RoR support is just dropped due to various constraints and the community is actually encouraged to intervene: >However, we strongly encourage our community of NetBeans Ruby users and developers to volunteer to take on development of Ruby on Rails support for the NetBeans IDE. I'm curious if people will pick up RoR support or j…
How widely is NetBeans used by the RoR community? I'm (purely) guessing not very widely at all.
I've never used it for any Rails development, and found the coupling of the Ruby packages with Rails gems, and the presumption in the add-ons that any Ruby project was a Rails project, a bit dopey. There seems to be no way to install the Ruby stuff without the Rail stuff, though.
I much prefer using vim for development, and while there's a vim plugin for Netbeans I typically did serious editing in an external vim instance while using Netbeans for GUI stuff, or for some refactoring, which it does quite well.
For people who like IDEs, Netbeans is a really good Ruby/JRuby editor.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#65You know between Java, Hudson and moves like this it feels like we're ripe for an Onion-style article about Oracle execs running out of ideas for pissing off the OSS community and so doing a road-trip around the country to individually insult every OSS developer and user in the most graphic and personal way they can think of.
http://en.wikipedia.org/wiki/Wowbagger,_the_Infinitely_Prolo...
Re: Oracle discontinues Ruby/Rails support for NetBeans
#66Is anybody actually using NetBeans for Ruby? I tried it very early in my exploration of Ruby, but quickly switched to gedit, and eventually emacs (using technomancy's emacs starter kit). Now that I use emacs, any other editor (particularly one that requires a hand on the mouse) feels like an RSI producing nightmare.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#67Nooooo.... I've gradually moved away from NetBeans as a general Ruby/Rails editor but I often came back for the great debugging support. Any suggestion for alternative Rails debuggers?
https://github.com/astashov/vim-ruby-debugger Works really well once you've sorted a few quirks - it's what finally allowed me to fully switch from NetBeans to Vim about a month ago. Hint: add the following to your .vimrc if using MacVim: let g:ruby_debugger_progname = 'mvim'
Re: Oracle discontinues Ruby/Rails support for NetBeans
#68Earlier quoted context omitted.
The OSS community for Hudson (actually, CloudBees) is forking Hudson against Oracle's will. RoR support is just dropped due to various constraints and the community is actually encouraged to intervene: >However, we strongly encourage our community of NetBeans Ruby users and developers to volunteer to take on development of Ruby on Rails support for the NetBeans IDE. I'm curious if people will pick up RoR support or j…
How widely is NetBeans used by the RoR community? I'm (purely) guessing not very widely at all.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#69You know between Java, Hudson and moves like this it feels like we're ripe for an Onion-style article about Oracle execs running out of ideas for pissing off the OSS community and so doing a road-trip around the country to individually insult every OSS developer and user in the most graphic and personal way they can think of.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#70Earlier quoted context omitted.
http://www.jetbrains.com/ruby/ Eclipse also has support for Ruby, no? Sort of sad to see this happen, but I'd prefer they keep netbeans going and streamline it to be really good at a few things, rather than being 'ok' at lots of stuff. Ruby doesn't really fit with Oracle's offerings, although PHP doesn't either. Perhaps PHP support will be dropped in the future?
Ugh, I hope not. I've wedded Netbeans to my PHP development process (and projects) rather tightly so the thought of having to switch (especially to something I find inferior like Eclipse) makes me nervous.