[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Q: IDE and FAQ?

Darryl L. Pierce

5/19/2008 4:42:00 PM

I'm sure this question's been asked before, so I'll just ask if there's a
FAQ for the group that answers the question:

What's a good IDE for cross-platform development? I use both Linux and Mac
OS X for work and would like something that runs on both.

--
Darryl L. Pierce <mcpierce@gmail.com>
http://mcpierce.mul...
"Bury me next to my wife. Nothing too fancy, though..." - Ulysses S. Grant
** Posted from http://www.te... **
9 Answers

Phillip Gawlowski

5/19/2008 4:54:00 PM

0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Darryl L. Pierce wrote:
| I'm sure this question's been asked before, so I'll just ask if there's a
| FAQ for the group that answers the question:
|
| What's a good IDE for cross-platform development? I use both Linux and Mac
| OS X for work and would like something that runs on both.

NetBeans has good Ruby support (even comes with a recent-ish JRuby), and
Eclipse with, er, RADTools, I think it is, is good, too, I've heard.

Though, I've only used NetBeans as far as IDEs for any length of time.

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan
Blog: http://justarubyist.bl...

~ - You know you've been hacking too long when...
...you order on the phone from a catalog, and start to give the operator
your email address.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail....

iEYEARECAAYFAkgxsJ4ACgkQbtAgaoJTgL9WuQCggMj68cWU18z497dGEOPEDx+U
EFYAn1ezrlyqn/d1xWPNtBS1lJZPo9gu
=XRW/
-----END PGP SIGNATURE-----

Kyle Schmitt

5/19/2008 8:04:00 PM

0

I'm going to put in another plug for NetBeans. I've been using it for
ruby coding since the release candidates for 6.x. Mostly I use it in
linux, occasional on OSX, and I used to use it a ton on my windows box
at work. It's very consistent across platforms, and since leaving the
rc stage, very stable. The big plus for me over eclipse, is the
straightforward subversion and cvs support.

Eclipse is supposed to work across all platforms also. Though I've
never tried it on OSX, one of my old profs uses it in an OSX lab for
his java programming classes. The UI is significantly faster than
NetBeans, if you're using a slow machine. The downside is that comes
across as fragile, ruby support is installed as a plugin, and using
subversion and cvs required jumping through several hoops.

Long long ago, there used to be an ide written in ruby, using fox gui
toolkit called FreeRide. It was slick & cool, but crashed hourly. I
miss it, and wonder if it's gotten it's life together enough not to
crash... maybe worth checking out.

--Kyle

Darryl L. Pierce

5/19/2008 8:40:00 PM

0

Kyle Schmitt wrote:
> I'm going to put in another plug for NetBeans. I've been using it for
> ruby coding since the release candidates for 6.x. Mostly I use it in
> linux, occasional on OSX, and I used to use it a ton on my windows box
> at work. It's very consistent across platforms, and since leaving the
> rc stage, very stable. The big plus for me over eclipse, is the
> straightforward subversion and cvs support.
>
> Eclipse is supposed to work across all platforms also. Though I've
> never tried it on OSX, one of my old profs uses it in an OSX lab for
> his java programming classes. The UI is significantly faster than
> NetBeans, if you're using a slow machine. The downside is that comes
> across as fragile, ruby support is installed as a plugin, and using
> subversion and cvs required jumping through several hoops.

For me, on Linux, this last part is easy: CVS support comes with Eclipse
and Subversion support comes by installing the subclipse RPM or grabbing
that plugin. But, I've not had any luck getting a Ruby plugin for
Eclipsie. The one I saw was RDT and that's now a commercial product. :-/

> Long long ago, there used to be an ide written in ruby, using fox gui
> toolkit called FreeRide. It was slick & cool, but crashed hourly. I
> miss it, and wonder if it's gotten it's life together enough not to
> crash... maybe worth checking out.

Downloaded it recently. It wouldn't even start. Tried it on both
platforms with the same results. :(

--
Darryl L. Pierce <mcpierce@gmail.com>
http://mcpierce.mul...
"Bury me next to my wife. Nothing too fancy, though..." - Ulysses S. Grant
** Posted from http://www.te... **

Darryl L. Pierce

5/19/2008 8:40:00 PM

0

Kyle Schmitt wrote:
> I'm going to put in another plug for NetBeans. I've been using it for
> ruby coding since the release candidates for 6.x. Mostly I use it in
> linux, occasional on OSX, and I used to use it a ton on my windows box
> at work. It's very consistent across platforms, and since leaving the
> rc stage, very stable. The big plus for me over eclipse, is the
> straightforward subversion and cvs support.
>
> Eclipse is supposed to work across all platforms also. Though I've
> never tried it on OSX, one of my old profs uses it in an OSX lab for
> his java programming classes. The UI is significantly faster than
> NetBeans, if you're using a slow machine. The downside is that comes
> across as fragile, ruby support is installed as a plugin, and using
> subversion and cvs required jumping through several hoops.

For me, on Linux, this last part is easy: CVS support comes with Eclipse
and Subversion support comes by installing the subclipse RPM or grabbing
that plugin. But, I've not had any luck getting a Ruby plugin for
Eclipsie. The one I saw was RDT and that's now a commercial product. :-/

> Long long ago, there used to be an ide written in ruby, using fox gui
> toolkit called FreeRide. It was slick & cool, but crashed hourly. I
> miss it, and wonder if it's gotten it's life together enough not to
> crash... maybe worth checking out.

Downloaded it recently. It wouldn't even start. Tried it on both
platforms with the same results. :(

--
Darryl L. Pierce <mcpierce@gmail.com>
http://mcpierce.mul...
"Bury me next to my wife. Nothing too fancy, though..." - Ulysses S. Grant
** Posted from http://www.te... **

Kyle Schmitt

5/19/2008 9:01:00 PM

0

Darryl, I'm glad to hear they got a little better with the SVN
support. I recall some serious headaches with it. Shame RDT isn't in
good shape now.


FreeRide is awfully sad. It was a lovely idea of an ultra-minimalist
ide. You could also try arcadia, but I don't belive it's very mature
yet.

--Kyle
On Mon, May 19, 2008 at 3:45 PM, Darryl L. Pierce <mcpierce@gmail.com> wrote:
> Kyle Schmitt wrote:
>>
>> I'm going to put in another plug for NetBeans. I've been using it for
>> ruby coding since the release candidates for 6.x. Mostly I use it in
>> linux, occasional on OSX, and I used to use it a ton on my windows box
>> at work. It's very consistent across platforms, and since leaving the
>> rc stage, very stable. The big plus for me over eclipse, is the
>> straightforward subversion and cvs support.
>>
>> Eclipse is supposed to work across all platforms also. Though I've
>> never tried it on OSX, one of my old profs uses it in an OSX lab for
>> his java programming classes. The UI is significantly faster than
>> NetBeans, if you're using a slow machine. The downside is that comes
>> across as fragile, ruby support is installed as a plugin, and using
>> subversion and cvs required jumping through several hoops.
>
> For me, on Linux, this last part is easy: CVS support comes with Eclipse and
> Subversion support comes by installing the subclipse RPM or grabbing that
> plugin. But, I've not had any luck getting a Ruby plugin for Eclipsie. The
> one I saw was RDT and that's now a commercial product. :-/
>
>> Long long ago, there used to be an ide written in ruby, using fox gui
>> toolkit called FreeRide. It was slick & cool, but crashed hourly. I
>> miss it, and wonder if it's gotten it's life together enough not to
>> crash... maybe worth checking out.
>
> Downloaded it recently. It wouldn't even start. Tried it on both platforms
> with the same results. :(
>
> --
> Darryl L. Pierce <mcpierce@gmail.com>
> http://mcpierce.mul...
> "Bury me next to my wife. Nothing too fancy, though..." - Ulysses S. Grant
> ** Posted from http://www.te... **
>
>

jonty

5/19/2008 9:55:00 PM

0

Just a little note to say don't forget SciTe - I am still fond of this
and am doing all my Camping with it!

Kyle Schmitt wrote:
> Darryl, I'm glad to hear they got a little better with the SVN
> support. I recall some serious headaches with it. Shame RDT isn't in
> good shape now.
>
>
> FreeRide is awfully sad. It was a lovely idea of an ultra-minimalist
> ide. You could also try arcadia, but I don't belive it's very mature
> yet.
>
> --Kyle
> On Mon, May 19, 2008 at 3:45 PM, Darryl L. Pierce <mcpierce@gmail.com> wrote:
>
>> Kyle Schmitt wrote:
>>
>>> I'm going to put in another plug for NetBeans. I've been using it for
>>> ruby coding since the release candidates for 6.x. Mostly I use it in
>>> linux, occasional on OSX, and I used to use it a ton on my windows box
>>> at work. It's very consistent across platforms, and since leaving the
>>> rc stage, very stable. The big plus for me over eclipse, is the
>>> straightforward subversion and cvs support.
>>>
>>> Eclipse is supposed to work across all platforms also. Though I've
>>> never tried it on OSX, one of my old profs uses it in an OSX lab for
>>> his java programming classes. The UI is significantly faster than
>>> NetBeans, if you're using a slow machine. The downside is that comes
>>> across as fragile, ruby support is installed as a plugin, and using
>>> subversion and cvs required jumping through several hoops.
>>>
>> For me, on Linux, this last part is easy: CVS support comes with Eclipse and
>> Subversion support comes by installing the subclipse RPM or grabbing that
>> plugin. But, I've not had any luck getting a Ruby plugin for Eclipsie. The
>> one I saw was RDT and that's now a commercial product. :-/
>>
>>
>>> Long long ago, there used to be an ide written in ruby, using fox gui
>>> toolkit called FreeRide. It was slick & cool, but crashed hourly. I
>>> miss it, and wonder if it's gotten it's life together enough not to
>>> crash... maybe worth checking out.
>>>
>> Downloaded it recently. It wouldn't even start. Tried it on both platforms
>> with the same results. :(
>>
>> --
>> Darryl L. Pierce <mcpierce@gmail.com>
>> http://mcpierce.mul...
>> "Bury me next to my wife. Nothing too fancy, though..." - Ulysses S. Grant
>> ** Posted from http://www.te... **
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG.
>> Version: 8.0.100 / Virus Database: 269.23.21/1454 - Release Date: 19/05/2008 07:44
>>

M. Edward (Ed) Borasky

5/20/2008 2:53:00 AM

0

Darryl L. Pierce wrote:
> I'm sure this question's been asked before, so I'll just ask if there's a
> FAQ for the group that answers the question:
>
> What's a good IDE for cross-platform development? I use both Linux and Mac
> OS X for work and would like something that runs on both.

Well ... I use Komodo and love it.

>


dare ruby

5/20/2008 3:22:00 AM

0

M. Edward (Ed) Borasky wrote:
> Darryl L. Pierce wrote:
>> I'm sure this question's been asked before, so I'll just ask if there's a
>> FAQ for the group that answers the question:
>>
>> What's a good IDE for cross-platform development? I use both Linux and Mac
>> OS X for work and would like something that runs on both.
>
> Well ... I use Komodo and love it.

iam using SciTe and komodo. I love using both but whats the problem with
SciTe is, in case of larger file transfers like 1GB means it cant run
the application.

but SciTe is very simple and easy to use.

Komodo on the other hand very efficient even for web applications..

--Jose Martin
--
Posted via http://www.ruby-....

Darryl L. Pierce

6/4/2008 12:17:00 PM

0

Darryl L. Pierce wrote:
> I'm sure this question's been asked before, so I'll just ask if there's a
> FAQ for the group that answers the question:
>
> What's a good IDE for cross-platform development? I use both Linux and Mac
> OS X for work and would like something that runs on both.

On Fedora, I've downloaded and been playing with Geany
<http://geany.uve... and it's pretty decent. No grande features, but
it does offer auto-completion within the source, code collapsing, etc.

--
/**
* @author Darryl L. Pierce <mcpierce@gmail.com>
* @see http://mcpierce.mul...
* @quote "What do you care what people think, Mr. Feynman?"
*/
** Posted from http://www.te... **