Rake create_sessions_table

For obvious reasons, we are trying to migrate to using the sessions
table versus the file system. However when I run ‘rake
create_sessions_table’ it errors with:

** Invoke create_sessions_table (first_time)
** Invoke db:sessions:create (first_time)
** Invoke environment (first_time)
** Execute environment
Liquid doesn’t seem to be loaded… uninitialized constant Liquid
** Execute db:sessions:create
exists db/migrate
Another migration is already named add_sessions: db/migrate/
010_add_sessions.rb
rake aborted!
SystemExit
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/rails_generator/
scripts/…/scripts.rb:35:in run' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/tasks/ databases.rake:149 /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:inexecute’
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in
execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:357:ininvoke’
/usr/local/lib/ruby/1.8/thread.rb:135:in synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:ininvoke’
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:364:in
invoke_prerequisites' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:999:ineach’
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:363:in
invoke_prerequisites' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:356:ininvoke’
/usr/local/lib/ruby/1.8/thread.rb:135:in synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:ininvoke’
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:inrun’
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7
/usr/local/bin/rake:18

Any help?

~~~~~~~~~~~~*~
Todd B.
[email protected]
858-752-1459
11814 Westview Parkway
Unit #176
San Diego, CA 92126

Todd B. wrote:

For obvious reasons, we are trying to migrate to using the sessions
table versus the file system. However when I run ‘rake
create_sessions_table’ it errors with:

** Invoke create_sessions_table (first_time)
** Invoke db:sessions:create (first_time)
** Invoke environment (first_time)
** Execute environment
Liquid doesn’t seem to be loaded… uninitialized constant Liquid

Um, you are trying this with Radiant? Radiant doesn’t use Liquid.


John