Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to configure netbeans for ruby on rails?

how to configure netbeans for ruby on rails ?

like image 888
Tushar Maru Avatar asked Feb 27 '23 20:02

Tushar Maru


2 Answers

Update: Netbeans has dropped support for ruby, unfortunately.

The netbeans documentation has sections on that matter:

  • http://netbeans.org/kb/docs/ruby/setting-up.html
  • http://netbeans.org/kb/docs/ruby/rails-quickstart.html

like image 162
miku Avatar answered Mar 07 '23 16:03

miku


Additional info. On Apache NetBeans IDE 11.1 it will work!! (latest version as of 2019)

You need to get a copy of org-jdesktop-layout-RELEASE82.nbm and install it first.

I found it in this directory on the bits.netbeans.org release site:

http://bits.netbeans.org/nexus/content/groups/netbeans/org/netbeans/api/org-jdesktop-layout/RELEASE82/

After it is installed, follow the directions above from Marcos Riveros and you should be good to go.

like image 24
Rob Little Avatar answered Mar 07 '23 16:03

Rob Little