I cannot create Rails app on Netbeans 7.0. It hangs at the point 25%.
- by user28931
My development env. is,
Win7 Ultimate
Ruby 1.9.2p180
Rails 3.0.9
Gem 1.8.5
sqlite3 and mysql2 gems are installed
My IDE is netbeans 7.0. ruby plugin for netbeans 7.0 is installed. i want to create a new rails app thru netbeans. but it hangs at the process of 25%. does someone hit the same issue? Is there a solution?
From the output, i can see the rails app file structures are created.
I know some of you may suggest me to use linux to develop rails app. that's an option. but i am newer to linux. i'd like to use win7 at present.