So I've been using InstantRails to check out Ruby on rails. I've been using Notepad++ for the editing. Now I don't want to install Ruby or Rails on my machine. Is there any walk through/tutorial on how to integrate Radrails or Netbeans with InstantRails?

link|improve this question

74% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Here's a tutorial: http://ruby.meetup.com/73/boards/view/viewthread?thread=2203432

I don't know if it's any good.

And here's one with InstantRails+Netbeans: http://weblogs.java.net/blog/bleonard/archive/2007/03/instant_rails_w.html

link|improve this answer
feedback

I recommend learning Rails and Ruby itself first, and then picking up something like InstantRails. Having too many layers when learning something new can make it hard to know what features are part of which language, and potentially confuse you when trying to determine where a bug is occurring.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.