Rails gems and plugins usage in Netbeans

Posted by LearnRails on Stack Overflow See other posts from Stack Overflow or by LearnRails
Published on 2010-05-13T20:46:16Z Indexed on 2010/05/13 20:54 UTC
Read the original article Hit count: 225

Filed under:

Hi,

I am working with rails 2.3 with netbeans 6.5.1 on vista. I want to install more plugins from Git in netbeans like shoulda, cucumber etc. I have these questions:

1) I do not have much knowledge of Git. Is it necessary to install Git to make use of the Git plugins in netbeans? Are gems and plugins dependant on each other?

2) In case Git is needed and I do install msysgit , for example I can use the command

ruby script/plugin install http://github.com/thoughtbot/shoulda.git/ to install shoulda plugin.

 How to make netbeans use this plugin or how to include this plugin in netbeans?

3) Is RubyMine a better IDE for Rails than Netbeans in terms of more gems and plugins availability?

Thanks

© Stack Overflow or respective owner

Related posts about ruby-on-rails