Develop on Ubuntu Linux with netbeans. Anyone?

6 views
Skip to first unread message

cootcraig

unread,
Sep 14, 2010, 1:30:04 PM9/14/10
to Not Just Ruby
I'm pleased with my progress learning Ruby, git, Heroku, Sinatra, CSS,
Haml, ... (and on and on :>). My workstation OS of choice is Ubuntu
linux. I've gone from gedit to Bluefish for editing and I'm about to
try using netbeans. At the meetups I've attended I see windows
notebooks and Macbooks. Just curious, anyone using Linux and
netbeans for development?

Kevin McFadden

unread,
Sep 14, 2010, 1:32:59 PM9/14/10
to not-ju...@googlegroups.com
RubyMine is the best option (download the pre-release for Rails 3
support), but NetBeans isn't bad considering it is free.

> --
> You received this message because you are subscribed to the Google Groups "Not Just Ruby" group.
> To post to this group, send email to not-ju...@googlegroups.com.
> To unsubscribe from this group, send email to not-just-rub...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/not-just-ruby?hl=en.
>
>

James Higginbotham

unread,
Sep 14, 2010, 1:40:18 PM9/14/10
to not-ju...@googlegroups.com
Emacs, baby! :)
--
James Higginbotham
http://www.launchany.com - Helping startups break down the barriers to launch
http://www.bluejazzconsulting.com - Software consulting
http://www.volunteercentered.com - Volunteer recruiting and leadership

Kevin McFadden

unread,
Sep 14, 2010, 1:52:48 PM9/14/10
to not-ju...@googlegroups.com
YOU get to teach Craig how to program Lisp just so he can configure it!

Robin Kimzey

unread,
Sep 14, 2010, 2:50:02 PM9/14/10
to not-ju...@googlegroups.com
I use RubyMine and NetBeans for development and both are nice. The
fact that NetBeans is free is nicer, of course. I have heard a lot of
praise from other developers (all kinds of languages) for NetBeans as
well.

Robin

cootcraig

unread,
Sep 14, 2010, 3:12:00 PM9/14/10
to Not Just Ruby
I've not used emacs extensively since 2001, I just installed it on my
ubuntu desktop. Any pointers on using emacs for ruby / rails
development?

On Sep 14, 11:40 am, James Higginbotham <javaja...@gmail.com> wrote:
> Emacs, baby! :)
>

James Higginbotham

unread,
Sep 14, 2010, 3:29:08 PM9/14/10
to not-ju...@googlegroups.com
I have ruby-mode and rails-mode (via emails-rails) installed, plus color-theme so that I can have a better contrast for reading code all day. If I recall, rails-mode requires some additional libraries but it was quite painless to install. The source code has some docs on how to use the mode, as well as some installed menu options to complement the KB bindings. Here is a quick link to emacs-rails:


James

--
You received this message because you are subscribed to the Google Groups "Not Just Ruby" group.
To post to this group, send email to not-ju...@googlegroups.com.
To unsubscribe from this group, send email to not-just-rub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/not-just-ruby?hl=en.

cootcraig

unread,
Sep 14, 2010, 4:35:08 PM9/14/10
to Not Just Ruby

I've been eying some of the peepcode webcasts, Maybe I'll try this
one.

http://peepcode.com/products/meet-emacs

On Sep 14, 1:29 pm, James Higginbotham <javaja...@gmail.com> wrote:
> I have ruby-mode and rails-mode (via emails-rails) installed, plus
> color-theme so that I can have a better contrast for reading code all day.
> If I recall, rails-mode requires some additional libraries but it was quite
> painless to install. The source code has some docs on how to use the mode,
> as well as some installed menu options to complement the KB bindings. Here
> is a quick link to emacs-rails:
>
> http://rubyforge.org/projects/emacs-rails/
>
> <http://rubyforge.org/projects/emacs-rails/>James
>
>
>
> On Tue, Sep 14, 2010 at 2:12 PM, cootcraig <cr...@coot.net> wrote:
> > I've not used emacs extensively since 2001, I just installed it on my
> > ubuntu desktop.  Any pointers on using emacs for ruby / rails
> > development?
>
> > On Sep 14, 11:40 am, James Higginbotham <javaja...@gmail.com> wrote:
> > > Emacs, baby! :)
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Not Just Ruby" group.
> > To post to this group, send email to not-ju...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > not-just-rub...@googlegroups.com<not-just-ruby%2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/not-just-ruby?hl=en.
>
> --
> James Higginbothamhttp://www.launchany.com- Helping startups break down the barriers to

cootcraig

unread,
Sep 15, 2010, 4:37:55 PM9/15/10
to Not Just Ruby
Still crazy after all this time, my fingers remember many emacs
commands. After some floundering I installed this

http://github.com/selman/emacs-starter-kit.git

I'm trying out the ruby editing in emacs now and hope I can figure out
using rdebug from inside emacs.

James Higginbotham

unread,
Sep 15, 2010, 4:44:23 PM9/15/10
to not-ju...@googlegroups.com
It's like coming home, isn't it? :)

--
You received this message because you are subscribed to the Google Groups "Not Just Ruby" group.
To post to this group, send email to not-ju...@googlegroups.com.
To unsubscribe from this group, send email to not-just-rub...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/not-just-ruby?hl=en.




--
James Higginbotham

cootcraig

unread,
Sep 16, 2010, 11:56:45 AM9/16/10
to Not Just Ruby

James, because of your mention of emacs, I've set aside trying
Netbeans and RubyMine for now. It appears there has been a revival of
emacs use. The emacs-starter-kit I referenced is a good starting
point. The emacs Ruby mode is useful.

I'm not getting satisfaction with rdebug inside emacs. I remember
using the gdb interface to C programs long ago, but rdebug inside
emacs is eluding me. Can you suggest any forums for discussing emacs
with dynamic language projects?

James Higginbotham

unread,
Sep 16, 2010, 12:52:46 PM9/16/10
to not-ju...@googlegroups.com
I haven't run across any groups regarding debugging Ruby inside Emacs. I've been developing so many Rails and Sinatra-based apps recently that I haven't considered debugging from Emacs. I did find this, though I'm not sure if it will work for you or not:

http://code.google.com/p/geben-on-emacs/

Some basic searching seems to tell me that rdebug is the best way to do it, so perhaps some more work with it or some research on additional tricks or plugins might help?!

Anyway, glad to hear you are well on your way back to Emacs land!

James

--
You received this message because you are subscribed to the Google Groups "Not Just Ruby" group.
To post to this group, send email to not-ju...@googlegroups.com.
To unsubscribe from this group, send email to not-just-rub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/not-just-ruby?hl=en.

cootcraig

unread,
Sep 21, 2010, 4:37:20 PM9/21/10
to Not Just Ruby
I'm trying out RubyMine 2.5 EAP, with RVM using ruby 1.9. I guess I'm
cutting edge. RubyMine 2.5 seems to mostly support rvm with gemset,
but I haven't got debugging to work for me yet. Do you think I should
back off to production RubyMine and ruby 1.8?

=====================
$ rvm list
=> ruby-1.9.2-p0 [ i386 ]
ree-1.8.7-2010.02 [ i386 ]
ruby-1.8.7-p302 [ i386 ]

$ rvm gemset name
collection01


On Sep 14, 11:30 am, cootcraig <cr...@coot.net> wrote:

cootcraig

unread,
Sep 21, 2010, 4:44:40 PM9/21/10
to Not Just Ruby
I'm bouncing between emacs and RubyMine 2.5 EAP at the moment. In
Emacs I'm running rdebug in an inferior shell and browsing source in
Emacs. It's painful, but I can't get RubyMine to debug for me yet.
The immediate task is learning Sinatra, Datamapper, Ruby and wanting
to browse all the source in and out of the debugger.

James Higginbotham

unread,
Sep 21, 2010, 4:46:06 PM9/21/10
to not-ju...@googlegroups.com
Have you tried ECB? http://ecb.sourceforge.net/ - it might help with the code browsing, esp if the debugger isn't working for you. 

--
You received this message because you are subscribed to the Google Groups "Not Just Ruby" group.
To post to this group, send email to not-ju...@googlegroups.com.
To unsubscribe from this group, send email to not-just-rub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/not-just-ruby?hl=en.

cootcraig

unread,
Sep 21, 2010, 4:55:51 PM9/21/10
to Not Just Ruby
I'll look at ECB. I remember writing and debugging gcc programs with
ctags for browsing and a gdb mode that showed and allowed setting
breakpoints. With ctags, it did a nice job of jumping to
implementation source.

On Sep 21, 2:46 pm, James Higginbotham <javaja...@gmail.com> wrote:
> Have you tried ECB?http://ecb.sourceforge.net/- it might help with the

cootcraig

unread,
Sep 21, 2010, 5:09:32 PM9/21/10
to Not Just Ruby

This is inspiring!
http://platypope.org/yada/emacs-demo/


On Sep 21, 2:55 pm, cootcraig <cr...@coot.net> wrote:
> I'll look at ECB.  I remember writing and debugging gcc programs with
> ctags for browsing and a gdb mode that showed and allowed setting
> breakpoints.  With ctags, it did a nice job of jumping to
> implementation source.
>
> On Sep 21, 2:46 pm, James Higginbotham <javaja...@gmail.com> wrote:
>
> > Have you tried ECB?http://ecb.sourceforge.net/-it might help with the
Reply all
Reply to author
Forward
0 new messages