Table 'depot_development.sessions' doesn't exist

I am following the Agile Web D. with Rails pdf book, when I run
the store application it gives me the “Table
‘depot_development.sessions’ doesn’t exist” error message.

How can I fix it? Thanks in advance.

On 17 May 2006, at 06:29, bp wrote:

I am following the Agile Web D. with Rails pdf book, when
I run
the store application it gives me the “Table
‘depot_development.sessions’ doesn’t exist” error message.

How can I fix it? Thanks in advance.

In your app folder, run “rake db:sessions:create” from the Terminal.

Best regards

Peter De Berdt