search for: rewindableinput

Displaying 1 result from an estimated 1 matches for "rewindableinput".

Did you mean: rewindable_input
2009 May 20
1
Problem on rack_setup
...facebooker on a Rails 2.3.2 project using :active_record_store for cookies. The problem happens because of this commit: http://github.com/mmangino/facebooker/commit/308770447db06433e505aaf27db2614cee213cc2 That code is trying to add the Rack::Facebook to the dispatch chain after ActionController::RewindableInput or ActionController::Session::CookieStore if the first one is not found. The problem in my case is that I''m not using cookies, so this sould fall back to ActiveRecord::SessionStore. I could provide a patch, but wanted to be sure if what I''m saying is correct. Thanks! Carlos K....