Earlier quoted context omitted.
I don't understand why this move should piss off anybody in the OSS community. Oracle is a private company and as such has only obligations to its shareholders. They may or may not support and/or promote OSS projects as they see fit, same as every one of us. It's their free choice.
Oracle is a private company and as such has only obligations to its shareholders. This is not a fact, it's merely an article of faith of the religion known as Capitalism.
Oracle discontinues Ruby/Rails support for NetBeans
101–110 of 127 posts
Re: Oracle discontinues Ruby/Rails support for NetBeans
#102RubyMine just tweeted: "We welcome all NetBeans users to start evaluating RubyMine as your new Ruby/Rails IDE! Expect some great news very soon on our pricing page!" It is a good product and superior to NetBeans in many ways. The price was a little on the higher side though (but worth it anyways). If it comes down, I expect RubyMine to become the de-facto IDE for Ruby/Rails.
They really have to speed it up though. Feels like slogging through mud when compared to TextMate. Not sure if its possible given their java codebase.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#103Any suggestions on an alternative IDE?
RadRails: http://aptana.com/products/radrails (although it's Eclipse based, so it might not be what you need). I'm wondering how come Oracle hasn't kill NetBeans yet? Considering the effort they've put into Eclipse and the a holes they are this seems a logical move.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#104Earlier quoted context omitted.
Look at what kind of headway corporations like google have made in the mind of consumers when they go above and beyond the shareholder mantra. Oracle might make short term gains on their terms but they have started to poison a whole new generation of developers.
Oracle is not a person to make such a decision; it is its shareholders who should decide how they want to spend their money. I wouldn't want to have a tax (as an Oracle investor or a private citizen) to support OSS. I may want to contribute my money and/or code as a donation , but that will be my own choice.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#105Earlier 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.
Features I make use of: project navigation, file navigation, syntax highlighting, jump to a declaration, re-indent and very occasional code-complete (mostly for css)
Features I don't use: everything else. I always have a terminal window open with about 5/6 tabs from which i do all my generations, migrations, console, server etc. I use RVM and NetBeans doesn't seem to play nicely with that
Re: Oracle discontinues Ruby/Rails support for NetBeans
#106You 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.
I don't understand why this move should piss off anybody in the OSS community. Oracle is a private company and as such has only obligations to its shareholders. They may or may not support and/or promote OSS projects as they see fit, same as every one of us. It's their free choice.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#107Earlier quoted context omitted.
Emacs + various extensions and goodies.
This is the killer feature of tools like emacs and vi: Your vendor cannot abandon you and the code has a well-proven capability to be ported to just about any platform.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#108Earlier quoted context omitted.
"Second: Although our Ruby support has historically been well received, based on existing low usage trends we are unable to justify the continued allocation of resources to support the feature." I would say, not a whole lot according to their trend analysis.
I don't agree with some of the things Oracle has done as of late, but that seems quite reasonable to me. If usage levels are quite low, then it is a waste of time to keep devoting resources to it. Anecdotally, I don't know of a single RoR developer who uses Netbeans. Vim, Textmate and Emacs seem to be the editors of choice.
Re: Oracle discontinues Ruby/Rails support for NetBeans
#109Re: Oracle discontinues Ruby/Rails support for NetBeans
#110Earlier quoted context omitted.
How widely is NetBeans used by the RoR community? I'm (purely) guessing not very widely at all.
I do JRuby/Rails development. Typically I'm in emacs (Aquamacs, actually), but I've used NetBeans occasionally when I wanted to use the debugger... beats the hell out of tracing w/ Rails.logger.
Works with JRuby too :)
Just start your Rails server with --debugger and put 'debugger' anywhere in your Rails code that you want a breakpoint at.