If your on a windows or even linux system I might recommend to you Komodo
IDE. It has a very good and customizable syntax highlighting, Regexp tool
kit, customized indentation guides, allows you to track projects and a lot
of other stuff. If you are on a Mac, textmate seems to be the most popular.
···
On 9/4/07, Ari Brown <ari@aribrown.com> wrote:
On Sep 4, 2007, at 3:46 AM, Thomas Preymesser wrote:
> On 04/09/07, AJay Maurya <amaurya@brickred.com> wrote:
>>
>>
>> Hi All
>>
>> Could anyone tell me which is best IDE for ruby and rails
>> development.
>> at least we can know features of IDEs that other ruby people are
>> using
>
>
> shell and vi
Bah! echo and an empty file
---------------------------------------------------------------|
~Ari
"I don't suffer from insanity. I enjoy every minute of it" --1337est
man alive
Vim and tcsh, darnit.
This isn't the stone age, you know.
···
On Wed, Sep 05, 2007 at 05:00:14AM +0900, Ari Brown wrote:
On Sep 4, 2007, at 3:46 AM, Thomas Preymesser wrote:
>On 04/09/07, AJay Maurya <amaurya@brickred.com> wrote:
>>
>>
>>Hi All
>>
>>Could anyone tell me which is best IDE for ruby and rails
>>development.
>>at least we can know features of IDEs that other ruby people are
>>using
>
>
>shell and vi
Bah! echo and an empty file
--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Patrick J. LoPresti: "Emacs has been replaced by a shell script which 1)
Generates a syslog message at level LOG_EMERG; 2) reduces the user's disk
quota by 100K; and 3) RUNS ED!!!!!!"
I don't find Vim to be complex to set up at all. I do something like
this at the shell:
# portinstall vim
. . . and in a few moments, it's set up. I wonder what complexities
you've encountered.
···
On Wed, Sep 05, 2007 at 04:15:07AM +0900, barabba wrote:
I use always Arachno IDE for ruby and also for rails development. It
has a big potential but supports mainly windows (linux version is too
old). Eclipse is for me too big. Vim and Emacs are complex to setup.
--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Larry Wall: "A script is what you give the actors. A program is what you
give the audience."
# dd if=/dev/tty of=/dev/hda1
···
On Wed, Sep 05, 2007 at 05:00:14AM +0900, Ari Brown wrote:
Bah! echo and an empty file
--
Greg Donald
Cyberfusion Consulting
http://cyberfusionconsulting.com/
Yup, on my machine java needs about 200Mb of memory to feel fine.
Best regards,
Arthur Murauskas.
···
On Tuesday 04 September 2007 20:13:03 Rick DeNatale wrote:
Personally I currently use vim with a bunch of plugins.
I tried out radrails this weekend, but found that it just performs
horribly on the hardware I've got available. Part of me thinks I
SHOULD be using it since I actually worked on Eclipse and it's
predecessors at IBM, but...
I've got my eyes on a Macbook, hopefully in the not too distant
future, so I'll probably follow the textmate herd.
I've run the whole gamut, from RadRails to vim to emacs to FreeRide to jEdit to textmate to Netbeans....and I can safely say that NetBeans, in terms of an "IDE", wins hands down. It has the best auto-complete features and incredible debugging capabilities built right in. You will not go wrong with NB.
Now, I'm not saying it's any better for *you* than emacs or vim or jEdit or textmate...that is highly subjective. Nor am I saying it's any better for text editing. Just that, in terms of what most consider an IDE by today's standards, NetBeans is the best available for Ruby.
John
···
----- "AJay Maurya" <amaurya@brickred.com> wrote:
I am still confused which IDE to choose among freeride, aptana,
radrails ,netbeans which is most feature rich ?
Emacs is always worth a shout - works the same on windows, linux,
terminal and OS X and has good Ruby and Rails support. There is a bit
of messing about to get it working though, but you can always read my
tutorial: Emacs for Rails | Software bits and pieces
if you are interested!
···
On Sep 4, 1:10 pm, "Jonas Roberto de Goes Filho (sysdebug)" <jo...@onda.com.br> wrote:
AJay Maurya wrote:
> I am still confused which IDE to choose among freeride, aptana,
> radrails ,netbeans which is most feature rich ?
Netbeans 6.0 is a better IDE. Have support to Ruby On Rails and Ruby.
--
Jonas Roberto de Goes Filho (sysdebug)http://goes.eti.br
I mostly only use SciTE when trapped on MS Windows -- which raises the
question:
To what OS platform is this question meant to be relevant?
The answer to the question of what IDE is best (for you) may vary
depending on your OS environment.
···
On Tue, Sep 04, 2007 at 07:50:36PM +0900, Phil wrote:
> -----Original Message-----
> From: AJay Maurya [mailto:amaurya@brickred.com]
> Sent: Tuesday, September 04, 2007 11:52 AM
> To: ruby-talk ML
> Subject: Best IDE for ruby and rails development
>
> I am still confused which IDE to choose among freeride, aptana,
> radrails ,netbeans which is most feature rich ?
Amount of features != quality of IDE.
My recommendation, as well as of others, download a few IDEs, and test drive
them to find out with which one you are most comfortable. That will be the
best IDE you can find: Yours.
I personally use NetBeans[0], for work across multiple files, and SciTE[1]
for quick-and-dirty scripts, and irb[2] for quick
prototyping/proof-of-concept work.
--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
John Kenneth Galbraith: "If all else fails, immortality can always be
assured through spectacular error."
I think you "win". I'm still going to use Vim and tcsh, though.
···
On Wed, Sep 05, 2007 at 11:07:35AM +0900, Greg Donald wrote:
On Wed, Sep 05, 2007 at 05:00:14AM +0900, Ari Brown wrote:
> Bah! echo and an empty file
# dd if=/dev/tty of=/dev/hda1
--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
John Kenneth Galbraith: "If all else fails, immortality can always be
assured through spectacular error."
Let me rephrase the question to something more answerable:
Which IDE do you use for Ruby and/or Rails development, and why do you use
that IDE?
And to the original poster: What features are you looking for in an IDE for
Ruby?
I use SciTE because it has Ruby syntax highlighting, can export colored-code
to HTML, and is super-quick to load. It also shows the console when running
your script, without going out to the command prompt. But, I don't use it
for hard-core development. If I were using it for hard-core development,
I'd like as many of the features from Jetbrains' IntelliJ IDEA as you could
possibly get, but for Ruby.
Which IDE has the most of those? Recently, Charles Nutter said some good
things about NetBeans
(Headius: NetBeans Ruby Support is the BOMB
), but I haven't tried it yet myself. Can anyone say which Ruby IDEs are
similar to IDEA, and in what ways (or ReSharper if you are more familiar
with the .NET world)? I realize some things would be near-impossibility in
a dynamic language, without tracing from the start of a program to how you
get to a particular piece of code.
-Sammy Larbi
···
On 9/4/07, Sam Larbi <slarbi@gmail.com> wrote:
Let me rephrase the question to something more answerable:
Which IDE do you use for Ruby and/or Rails development, and why do you use
that IDE?
And to the original poster: What features are you looking for in an IDE
for Ruby?
I use SciTE because it has Ruby syntax highlighting, can export
colored-code to HTML, and is super-quick to load. It also shows the console
when running your script, without going out to the command prompt. But, I
don't use it for hard-core development. If I were using it for hard-core
development, I'd like as many of the features from Jetbrains' IntelliJ IDEA
as you could possibly get, but for Ruby.
Which IDE has the most of those? Recently, Charles Nutter said some good
things about NetBeans (Headius: NetBeans Ruby Support is the BOMB
), but I haven't tried it yet myself. Can anyone say which Ruby IDEs are
similar to IDEA, and in what ways (or ReSharper if you are more familiar
with the .NET world)? I realize some things would be near-impossibility in
a dynamic language, without tracing from the start of a program to how you
get to a particular piece of code.
-Sammy Larbi
On 9/4/07, stephen O'D <stephen.odonnell@gmail.com> wrote:
>
> On Sep 4, 1:10 pm, "Jonas Roberto de Goes Filho (sysdebug)" > > <jo...@onda.com.br> wrote:
> > AJay Maurya wrote:
> > > I am still confused which IDE to choose among freeride, aptana,
>
> > > radrails ,netbeans which is most feature rich ?
> >
> > Netbeans 6.0 is a better IDE. Have support to Ruby On Rails and Ruby.
> >
> > --
> > Jonas Roberto de Goes Filho (sysdebug)http://goes.eti.br
>
> Emacs is always worth a shout - works the same on windows, linux,
> terminal and OS X and has good Ruby and Rails support. There is a bit
> of messing about to get it working though, but you can always read my
> tutorial:
> Emacs for Rails | Software bits and pieces
> if you are interested!
>
>
>
>
>
Perhaps relevant:
http://unix.rulez.org/~calver/pictures/curves.jpg
My vote still goes to Vim, tcsh, and urxvt.
···
On Tue, Sep 04, 2007 at 09:40:13PM +0900, stephen O'D wrote:
On Sep 4, 1:10 pm, "Jonas Roberto de Goes Filho (sysdebug)" > <jo...@onda.com.br> wrote:
> AJay Maurya wrote:
> > I am still confused which IDE to choose among freeride, aptana,
> > radrails ,netbeans which is most feature rich ?
>
> Netbeans 6.0 is a better IDE. Have support to Ruby On Rails and Ruby.
>
> --
> Jonas Roberto de Goes Filho (sysdebug)http://goes.eti.br
Emacs is always worth a shout - works the same on windows, linux,
terminal and OS X and has good Ruby and Rails support. There is a bit
of messing about to get it working though, but you can always read my
tutorial: Emacs for Rails | Software bits and pieces
if you are interested!
--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Rudy Giuliani: "You have free speech so I can be heard."
I do, too, for shell-like stuff (re: Perl and Ruby). I just use tcsh as
the environment that glues my "IDE" together.
Am I the only person here tempted to pronounce tcsh "taco shell"?
···
On Wed, Sep 05, 2007 at 08:56:16AM +0900, M. Edward (Ed) Borasky wrote:
Chad Perrin wrote:
>
> Vim and tcsh, darnit.
>
> This isn't the stone age, you know.
>
I'll have to admit I'm used to vim, but I've never experienced tcsh. I
was a csh person for a long time (BSD 4.3 era -- *nobody* used the
Bourne shell and I don't even think the Korn shell existed.) But aside
from an occasional "foreach i in C??? do; ....." I do everything even
remotely resembling programming in Perl, Ruby or R.
--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Kent Beck: "I always knew that one day Smalltalk would replace Java. I
just didn't know it would be called Ruby."
Not to divert the flow of thought at all but...
has anyone successfully been able to integrate camping with NetBeans
for development? I was playing with it this weekend, and ended up
resorting to manually running camping from a terminal, instead of
being able to launch it from NB.
Hopefully it's just because I'm a netbeans noob!
--Kyle
This question comes up from time to time. My vote, if you have been
using Microsoft Visual Studio, is the Ruby In Steel plugin for VS. It's
not free, but well worth the price.
http://www.sapphiresteel.com/
Take a few minutes and view the videos if you want to see the product in
action.
http://www.sapphiresteel.com/Ruby-In-Steel-Movies
Bill
···
On Tue, 2007-09-04 at 22:35 +0900, Sammy Larbi wrote:
Let me rephrase the question to something more answerable:
Which IDE do you use for Ruby and/or Rails development, and why do you use
that IDE?
And to the original poster: What features are you looking for in an IDE for
Ruby?
I use SciTE because it has Ruby syntax highlighting, can export colored-code
to HTML, and is super-quick to load. It also shows the console when running
your script, without going out to the command prompt. But, I don't use it
for hard-core development. If I were using it for hard-core development,
I'd like as many of the features from Jetbrains' IntelliJ IDEA as you could
possibly get, but for Ruby.
Which IDE has the most of those? Recently, Charles Nutter said some good
things about NetBeans
(Headius: NetBeans Ruby Support is the BOMB
), but I haven't tried it yet myself. Can anyone say which Ruby IDEs are
similar to IDEA, and in what ways (or ReSharper if you are more familiar
with the .NET world)? I realize some things would be near-impossibility in
a dynamic language, without tracing from the start of a program to how you
get to a particular piece of code.
-Sammy Larbi
On 9/4/07, Sam Larbi <slarbi@gmail.com> wrote:
>
> Let me rephrase the question to something more answerable:
>
> Which IDE do you use for Ruby and/or Rails development, and why do you use
> that IDE?
>
> And to the original poster: What features are you looking for in an IDE
> for Ruby?
>
> I use SciTE because it has Ruby syntax highlighting, can export
> colored-code to HTML, and is super-quick to load. It also shows the console
> when running your script, without going out to the command prompt. But, I
> don't use it for hard-core development. If I were using it for hard-core
> development, I'd like as many of the features from Jetbrains' IntelliJ IDEA
> as you could possibly get, but for Ruby.
>
> Which IDE has the most of those? Recently, Charles Nutter said some good
> things about NetBeans (Headius: NetBeans Ruby Support is the BOMB
> ), but I haven't tried it yet myself. Can anyone say which Ruby IDEs are
> similar to IDEA, and in what ways (or ReSharper if you are more familiar
> with the .NET world)? I realize some things would be near-impossibility in
> a dynamic language, without tracing from the start of a program to how you
> get to a particular piece of code.
>
> -Sammy Larbi
>
>
> On 9/4/07, stephen O'D <stephen.odonnell@gmail.com> wrote:
> >
> > On Sep 4, 1:10 pm, "Jonas Roberto de Goes Filho (sysdebug)" > > > <jo...@onda.com.br> wrote:
> > > AJay Maurya wrote:
> > > > I am still confused which IDE to choose among freeride, aptana,
> >
> > > > radrails ,netbeans which is most feature rich ?
> > >
> > > Netbeans 6.0 is a better IDE. Have support to Ruby On Rails and Ruby.
> > >
> > > --
> > > Jonas Roberto de Goes Filho (sysdebug)http://goes.eti.br
> >
> > Emacs is always worth a shout - works the same on windows, linux,
> > terminal and OS X and has good Ruby and Rails support. There is a bit
> > of messing about to get it working though, but you can always read my
> > tutorial:
> > Emacs for Rails | Software bits and pieces
> > if you are interested!
> >
> >
> >
> >
> >
>