Mod_passenger is failing with: uninitialized constant
Rack::Session::Abstract::SessionHash.  A few blog entries report that
adding edge rack fixes this (on past pre-releases of rails 3.1), but
doesn't seem to be working for me.

My Project Gemfile:

  source 'http://rubygems.org'

  gem 'rails', '3.1.0.rc4'

  # Supposedly, if you're running edge or pre-release rails,
  # you have to include edge rack: 
http://ruby.ryanbigg.com/post/2105213615/uninitialized-constant
  gem "rack", :git => "git://github.com/rack/rack.git"

  [snip]

This is a brand new project.  We're using the latest passenger-common
package on ubuntu paired with nginx.

I also tried loading rack 1.3.0 instead of edge rack, but that didn't
make a difference.  Neither did loading rack before rails.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to