This is for WorkShop 2... In this focus group, I would like to share the installation of Instant Rails 2.0. It spends me 3-4 days to try, play and test. Now, it works.. The problem I have encountered is ...
1. rake db:migrate unable to generate database.
Solution:
It should be the mysql connectivity problem. I feel very painful to solve this problem. The problem is that after setting password for root account, rake then cannot create database through database.yml file. I have searched the web for 3 days for the solution. Someone says that using mysqld --skip-grant-tables starts the mysql deamon. However, this solution causes another issue which make grant sql not work. Finally, I try & try and find that the real solution is that
a. create another account with root privileges
b. use the other account in database.yml. Then, rake works.
2. When editing View, the start_form_tag does not exist anymore. Please use
I will put this information in my blog. Please feel free to discuss. Now, I am going in for ROR IDE.
Thanks,
Joseph
No comments:
Post a Comment