Rails app not communicating with database
Posted by: GOAT2G
Posted on: 2009-01-15 08:45:00
Hi,
I recently uploaded my Rails app to my server with the correct database details in my database.yml file...
I have made a blog with added RESTful authetication, however when I try to add new users using the console they are not appearing in the users table on my database.
Is there any way I can test the app is properly communicating with my database?
I need to get this working tonight as it gets handed in for an assignment tomorrow!