This is a holy war that starts up about every other week on this list.
You’ll find people insisting that their favorite development
environment is better than anyone else’s. It depends on how you prefer
to work.
I personally find it most productive and satisfying using RubyMine. I
end up googling a lot less, and I end up writing more accurate code
the first time. The debugger is also really convenient. YMMV.
(Over the last couple years, I’ve also used and abandoned TextMate,
RadRails, and Netbeans.)
Thank you for the tip guys, when I have some time to finally start my
web
programming i’ll try it out.
Tell me something, can I write HTML code with RubyMine to make a simple
web
page?
I’m asking that cause that’s the first thing I’m learning, HTML.
You can write HTML with ANYTHING that can edit text. Same for Ruby, CSS
and JavaScript. Yes, there are tools that help you with navigation
around your project, auto-competion, etc. But, none of them are required
to develop web sites with Ruby on Rails.
I’m still a TextMate user. I refuse to use any IDE written in Java when
given a choice. I pretty much have to use them for my day job, but I
have always hated Java applications. Yes, I use them almost every day,
but I still despise having to use them, ANY of them.
Thank you for the tip guys, when I have some time to finally start my web
programming i’ll try it out.
Tell me something, can I write HTML code with RubyMine to make a simple web
page?
I’m asking that cause that’s the first thing I’m learning, HTML.
Yep. You can do that with any editor so you’re safe.
Most people (programmers) I know also hate java applications, why is
that?
(not that I don’t agree, I’d just like to hear your opinion)
Also are all IDEs written in Java?
And with TextMate, for example, how do I make my HTML code show a page
so I
can see how it is going, so I can test it?
And can I debug with TextMate? I mean, does it show compile time errors?
Well, is it only TextMate you want for ide ?
I am also new to RoR I am a java and .Net developer.
So I needed an IDE to start RoR, my solution has been
Netbeans 7 with a plugin from this site http://blog.enebo.com/ ,
so far this is working very fine for me, and also Netbeans 6.9.1 works,
I have update rails on it.And one is able to import eclipse projects
into Netbeans.