I just purchased the rails space book, and I’m walking through. All I
did so far was create the application, and the controller with three
empty actions. When I try to navigate to any of them I get the
following error:
Mysql::Error in SiteController#index
#28000Access denied for user ‘root’@‘localhost’ (using password: NO)
I even went into the database yml file and put in the correct db
password etc. I opened up another rails project I created and it
works fine. I deleted the project and recreated it, and I get the
same error.
I created the project using rails rails_space
Then the controller using script/generate controller site index help
about
What am I supposed to do with this?