Looks to me like the session data is out of sync with your rails app.
Assuming you are using the default file based storage do
rm /tmp/ruby_sess*
and you should be good to go.
On 9/25/05, Ámon Tamás <sajt-dlhGuWXvQRg@public.gmane.org>
wrote:>
> Hello,
>
> I have a new problem. After when I make a new project with rail and
> adding a controller for the:
>
> http://localhost:3000/valami
>
> I get a Not found error. And in the log I see:
>
> #<ActionController::SessionRestoreError: Session contained objects where
> the class definition wasn''t available. Remember to require classes
for
> all objects kept in the session. (Original exception: uninitialized
> constant Cart [NameError])>
>
> This is ruby 1.8.3.
>
> --
> Ámon Tamás
> http://amon.hu
>
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails