Hi,
In a controller I set a cookie like so:
cookies['auth'] = { 'value' => token, 'path' => '/', 'domain' =>
domain }
How can I read these values back in a functional test? (Using Rails
3.0.10)
Cheers,
Eloy
Hi,
In a controller I set a cookie like so:
cookies['auth'] = { 'value' => token, 'path' => '/', 'domain' =>
domain }
How can I read these values back in a functional test? (Using Rails
3.0.10)
Cheers,
Eloy
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs