Hi, I am working on creating a rails app. template that will create a
base
rails app that is ready for use with the google app engine. I have
everything working except for the session management. The problem is
not
releated to gae/J it has to do with loading a class. Whenever I try to
start the server (locally or on the app engine) i get this exception.
Expected /home/josh/code/gaej_rails/test/lib/big_table_servlet_store.rb
to
define BigTableServletStore (LoadError)
from
/home/josh/code/gaej_rails/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in
const_missing_with_dependencies' from /home/josh/code/gaej_rails/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in
const_missing’
from
/home/josh/code/gaej_rails/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:437:in
load_missing_constant' from /home/josh/code/gaej_rails/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in
const_missing_with_dependencies’
from
/home/josh/code/gaej_rails/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:437:in
load_missing_constant' from /home/josh/code/gaej_rails/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in
const_missing_with_dependencies’
from
/home/josh/code/gaej_rails/test/vendor/rails/actionpack/lib/action_controller/session_management.rb:18:in
session_store=' from script/../config/../vendor/rails/railties/lib/initializer.rb:580:in
initialize_framework_settings’
… 13 levels…
from
/home/josh/code/gaej_rails/test/vendor/rails/railties/lib/commands/server.rb:31:in
require' from /usr/local/share/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
require’
from script/server:3
I am using the BigTable Session store written by Ola and it is working
fine
for his app. But, it fails for mine. Does anybody know what i am
missing
to make this work? i have required it
Thanks,
Josh