Chad Perrin | 1 Jun 2011 01:00
Gravatar

Re: What editor or IDE do you use?

On Wed, Jun 01, 2011 at 07:33:35AM +0900, Mike Hansen wrote:
> I'm pretty new to Ruby. What editor or IDE do you use? I usually use VIM 
> for a lot of my coding. Rubymine looks pretty cool.

I use Vim, often from within an irb session via the interactive_editor
gem:

    Use interactive_editor With irb For An Inside-Out Ruby IDE
    http://blogs.techrepublic.com.com/programming-and-development/?p=4125

--

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
Marc Weber | 1 Jun 2011 01:13
Picon
Picon

Re: What editor or IDE do you use?

Excerpts from Markus Fischer's message of Wed Jun 01 00:42:03 +0200 2011:
> begin/class/etc. and closing end. Would love be proved otherwise here.

get matchit.zip !
Thet let's you dynamically add  more pairs using b:match_words which
should already be implemented for ruby.
(I recommend using vim-addon-manager for installing plugins)

Marc Weber

Stephen Boesch | 1 Jun 2011 01:36
Picon
Gravatar

Re: What editor or IDE do you use?

opinions on redcar?

2011/5/31 Marc Weber <marco-oweber <at> gmx.de>

> Excerpts from Markus Fischer's message of Wed Jun 01 00:42:03 +0200 2011:
> > begin/class/etc. and closing end. Would love be proved otherwise here.
>
> get matchit.zip !
> Thet let's you dynamically add  more pairs using b:match_words which
> should already be implemented for ruby.
> (I recommend using vim-addon-manager for installing plugins)
>
> Marc Weber
>
>
Marc Weber | 1 Jun 2011 02:01
Picon
Picon

Re: What editor or IDE do you use?

Excerpts from Stephen Boesch's message of Wed Jun 01 01:36:28 +0200 2011:
> opinions on redcar?

Are you asking me ? No - never used it.

Vim is powerful due to its modal editing.

However also Netbeans etc have Ruby support and Vi like keybindings.

So it also depends on what will done - eg whether rails support is
required etc.

Marc Weber

Eric Tucker | 1 Jun 2011 02:04

Re: What editor or IDE do you use?

Been sticking to Netbeans for a few years now.  Pretty happy. 

Pros:  Nicely integrated with Glassfish and what not. Everything single sourced as one package more or less
from Sun/Oracle. Good solution when working in JRuby.

Cons: Can be a little sluggish. Plenty of memory and SSD help with that.
------Original Message------
From: Mike Hansen
To: ruby-talk ML
ReplyTo: ruby-talk <at> ruby-lang.org
Subject: What editor or IDE do you use?
Sent: May 31, 2011 5:33 PM

I'm pretty new to Ruby. What editor or IDE do you use? I usually use VIM
for a lot of my coding. Rubymine looks pretty cool.

Sent wirelessly via BlackBerry from T-Mobile.

Ryan Davis | 1 Jun 2011 02:43
Gravatar

[ANN] minitest 2.2.0 Released

minitest version 2.2.0 has been released!

* <http://rubyforge.org/projects/bfts>

minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.

minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.

minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.

minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!

minitest/mock by Steven Baker, is a beautifully tiny mock object
framework.

minitest/pride shows pride in testing and adds coloring to your test
output.

minitest/unit is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
(Continue reading)

Stu | 1 Jun 2011 02:52

Re: What editor or IDE do you use?

I'm also a vi user.

I have a variation of interactive_editor I use inside irb and pry.

On Tue, May 31, 2011 at 5:33 PM, Mike Hansen <skrabbit <at> comcast.net> wrote:
> I'm pretty new to Ruby. What editor or IDE do you use? I usually use VIM for
> a lot of my coding. Rubymine looks pretty cool.
>
>
>
>

Ryan Davis | 1 Jun 2011 05:11
Gravatar

[ANN] minitest 2.2.1 Released

minitest version 2.2.1 has been released!

* <http://rubyforge.org/projects/bfts>

minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.

minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.

minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.

minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!

minitest/mock by Steven Baker, is a beautifully tiny mock object
framework.

minitest/pride shows pride in testing and adds coloring to your test
output.

minitest/unit is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
(Continue reading)

Avdi Grimm | 1 Jun 2011 07:17

Re: What editor or IDE do you use?

On Tue, May 31, 2011 at 6:33 PM, Mike Hansen <skrabbit <at> comcast.net> wrote:
> I'm pretty new to Ruby. What editor or IDE do you use? I usually use VIM for
> a lot of my coding. Rubymine looks pretty cool.

Emacs, as always. These days I also toss RubyMine into the mix for its
refactoring, Cucumber support, and project indexing. I set up a
keybinding to open files in Emacs for serious editing.

--

-- 
Avdi Grimm
http://avdi.org

Chris Kottom | 1 Jun 2011 07:31
Gravatar

Re: What editor or IDE do you use?

I do everything in the terminal - usually a Screen session with windows for
bash, Emacs, rails console, and rails server.  Back when I used IDEs, I
started with Eclipse + Aptana and later NetBeans, which was actually quite
good, but I would say I'm many times faster now using simpler tools than I
ever was with an integrated package.

On Wed, Jun 1, 2011 at 7:17 AM, Avdi Grimm <groups <at> inbox.avdi.org> wrote:

> On Tue, May 31, 2011 at 6:33 PM, Mike Hansen <skrabbit <at> comcast.net> wrote:
> > I'm pretty new to Ruby. What editor or IDE do you use? I usually use VIM
> for
> > a lot of my coding. Rubymine looks pretty cool.
>
> Emacs, as always. These days I also toss RubyMine into the mix for its
> refactoring, Cucumber support, and project indexing. I set up a
> keybinding to open files in Emacs for serious editing.
>
> --
> Avdi Grimm
> http://avdi.org
>
>

Gmane