Rails gems and plugins usage in Netbeans
- by LearnRails
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