Project

General

Profile

Actions

Defect #1520

closed

Can not "create_sessions_table"

Added by Thomas Capricelli almost 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-06-24
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The file "config/environment.rb" says to use "rake create_sessions_table" to create tables, but this doesn't work :


# rake create_sessions_table
(in /usr/olocal/www-rw/novaris/redmine)

rake aborted!
Don't know how to build task 'create_sessions_table'

(See full trace by running task with --trace)

interestingly, the file "config/environment.rb" is the only with create_sessions_table in the whole source tree

Actions #1

Updated by Eric Davis almost 16 years ago

You are looking for:

rake db:sessions:create               # Creates a sessions migration for use with CGI::Session::ActiveRecordStore

Actions #2

Updated by Jean-Philippe Lang almost 16 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed

Task name updated in r1593.

Actions

Also available in: Atom PDF