If you are new to Rails, why in the world are you worrying about getting an IDE to work with it? I would recommend that you not do this.
Fire up a text editor like vim, emacs, or even gedit and a terminal or two and go to town. You want to keep things basic, so that you can learn HOW rails works. The two things you should be doing is editing text files and running rails/rake commands from the command line. Trying to use a fancy IDE like RubyMine will teach you very little about what is going on behind the scenes, plus, as you have found, if you don't yet know what you are doing, it can be hard to get working properly. If you follow this approach, you may find that, even after you learn how rails works, that you don't WANT to go back to using an IDE, that you can do just fine using a plain old editor and the command line. Jamey On Sat, Nov 19, 2011 at 11:39 AM, Mathew S. <[email protected]> wrote: > Hey guys and ladies. I'm really new to RoR and I have spent 3-4 weeks > trying to find out how to install and getting and IDE to work with it.. > I've tried on Ubuntu and Windows (I know windows isn't the greatest to > use for Rails but yeah) I feel like I tried everything > > Any Tips trick or problem solving for RoR I would like to know your > stories to.. Feel welcome to call me a noob I'll take the criticism. > > > > Thank you, > > One T Mathew > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

