Reputation: 547
I have installed netbeans7-1, ruby 1.9.2, rails 3.2.1, gem1.8.15 . Also install the plugins for ruby. But when I am trying to create a new project having category "Ruby" then projects list have "Ruby Application" and "Ruby Application with existing sources". There is no option for "Ruby on Rails Application".
Can you tell me what may be the issue?
Upvotes: 0
Views: 992
Reputation: 11167
sun has dropped support for ROR from netbeans http://www.infoworld.com/d/developer-world/netbeans-ide-drops-ruby-rails-backing-674
you have to install rails manually
go to Tool => Plugins and then click on "Available Plugins", check "ruby on rails" and install it.
Upvotes: 1
Reputation: 747
I guess Ruby on Rails is only supported upto Netbeans 7.0. ROR is not supported in higher versions of netbeans like netbeans 7.1. Do give a try on netbeans 7.0 . I am sure it will work
Upvotes: 2