Hi, very briefly, this is my interaction in debugger mode in a
controller test. I have my test where I initialize some cookies, but
then the test itself, when the controller action is executed, fails
because even though the cookies are properly set, when accessing them
i always get nil. Not sure if this is a bug in Rails, any tips on
this? Should I write in rails-core?
(rdb:1) cookies
{:intranet_id=>"4", :intranet_hash=>"$2a
$10$byweo.aZfMGUpCjgoXjLD.exllI.K8PJ8LZZVnOuC6ve1TzT9Mg5y"}
(rdb:1) cookies[:intranet_id]
nil
(rdb:1) cookies.class
ActionDispatch::Cookies::CookieJar
Thanks
-- 
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.