How do you read ruby source code?

B

brian-usenet

Hi, I'm a Java developer who is checking out Ruby on Rails. I'm
wondering how Ruby developers go about browsing Ruby source code?

In my favorite Java IDE, whenever I'm reading some source code and it
calls a method that I don't understand, I type "Control-B" to jump to
the method's source code. I haven't found a convenient way to do this
for Ruby code so far.
 
D

David Balmain

------=_Part_4307_27718082.1127864053788
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

In my favorite Java IDE, whenever I'm reading some source code and it
calls a method that I don't understand, I type "Control-B" to jump to
the method's source code. I haven't found a convenient way to do this
for Ruby code so far.


I do that in vim with Ctrl-] and excuberant ctags [
http://ctags.sourceforge.net/]. There should be plenty of other editors tha=
t
support ctags. I don't know about Java IDEs though.

------=_Part_4307_27718082.1127864053788--
 
X

x1

I use jedit with the ruby plugin.. jedit.com/ruby

--Good stuff!

In my favorite Java IDE, whenever I'm reading some source code and it
calls a method that I don't understand, I type "Control-B" to jump to
the method's source code. I haven't found a convenient way to do this
for Ruby code so far.


I do that in vim with Ctrl-] and excuberant ctags [
http://ctags.sourceforge.net/]. There should be plenty of other editors t= hat
support ctags. I don't know about Java IDEs though.
 
S

Sean O'Halpin

I'm wondering how Ruby developers go about browsing Ruby source code?

I usually get a cup of tea, sit back and just enjoy it. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,183
Messages
2,570,967
Members
47,519
Latest member
OtisLucket

Latest Threads

Top