Using a gem file in application?

Hey

I have installed a gem file in the command prompt, can someone tell me how to put it into netbeans?

Thanks for any help

Can i run the gem from netbeans?

Sarah Ww wrote in post #977293:

Hey

I have installed a gem file in the command prompt, can someone tell me how to put it into netbeans?

You don't "put it into NetBeans". You just require it in your Rails app.

And please, I beg you, don't use NetBeans for Rails development. It just gets in the way. A text editor (I like KomodoEdit) works much better for Rails than a big IDE like NetBeans. Save the IDEs for Java. :slight_smile:

Thanks for any help

Best,