I am following the Agile Web Development 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. -- Posted via http://www.ruby-forum.com/.
Peter De Berdt
2006-May-17 07:14 UTC
[Rails] Table ''depot_development.sessions'' doesn''t exist
On 17 May 2006, at 06:29, bp wrote:> I am following the Agile Web Development 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