>> > Are you doing any other fiddling with the middleware stack ? > > Fred
Fred, I personally don't :) Now, one of the plugin I use may... I removed the active_store line from environment.rb (otherwise I can't run anything) and ran "rake middleware": >rake middleware (in F:/Programming/Ruby/Workspace/shareyourstyle) use Rack::Lock use ActionController::Failsafe use ActionController::Session::CookieStore, #<Proc:0x04d38098@(eval):8> use Rack::Facebook, "523d1154a982433afddb3f5f77c0d17c" use ActionController::ParamsParser use Rack::MethodOverride use Rack::Head use ActionController::StringCoercion use ActiveRecord::ConnectionAdapters::ConnectionManagement use ActiveRecord::QueryCache run ActionController::Dispatcher.new I can see Facebook (Facebooker plugin) here, and CookieStore ... The rest is the default, I guess? Guillaume -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

