Rails application deployed and working, but MySQL database appears empty -
I have posted a Ruby on Rails using mod_rails and nginx on Capistrano application, and it worked perfectly I am doing a shocking problem.
When I run the following command on the server:
Show_table in applications;
MySQL returns:
empty set (0.00 seconds)
I know the information being written The database is because I have entered the data that is being saved I have tried to restart the Rail app and the entire server, as well as try to access the site from other computers, and it works perfectly Still, still a blank set is returning. I'm completely stumped.
Anyone have any ideas that are going on? Thanks!
Is your database.yml
file installed correctly for production Was the environment?
Comments
Post a Comment