views:

34

answers:

3

I believe that rails 3 support for windows is not released yet. Can I use Netbeans IDE and start working with Rails 3 in windows operating system ?

+1  A: 

I have been using rails 3 on my Windows 7 machine but though I am not sure of Netbeans, as I use JetBrains

Rohit
Any pointers of where can I download and install rails 3 in my windows ? Any links ?
Saran
Try referring to these links 1) http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release 2) http://oscardelben.com/install-rails-3 3) http://railscasts.com/episodes/200-rails-3-beta-and-rvm . Hope it was helpful
Rohit
A: 

'gem install rails'

You can use Rails 3 on Windows fine. I'm not sure about the IDE support, it may be lagging but the framework itself is fine on Windows (7).

Finglas
A: 

Netbeans has syntax highlighting for Rails, if that's what you are asking if rails3 works with Netbeans.

porkeypop