Menu

Tuesday, December 14, 2010

To use another ROR project in netbeans

Note: you have to config via cmd in case that netbeans cannot generate "rake db:create or migrate" command.
1. type "bundle install"
2. open cmd in the ROR project directory then type "rake db:create" 
3. type "rake db:migrate" then run rails server via command line
4. after that you can run it as normal on your own computer

No comments:

Post a Comment