ruby - NetBeans hangs up while creating a Rails project -


i'm using netbeans , i'm trying create new rails project trought wizard, while click finish button, creates folder structure wizard never finish working , doesn't show nothing on projects view.

it happens when set sqlite3 db.

i'm using rails 3.0.7

can me?

i have struggled create rails projects using internal netbeans wizard. find easier create rails app command line:

rails your_app_name 

this create new folder your_app_name in current location, , create new project within netbeans selecting 'ruby on rails application existing sources' option. , select freshly created your_app_name folder project folder.

i have found netbeans less reliable rails 3+ applications 2+ , find run rails commands directly terminal/command prompt.


Comments