[Rails] Re: cookies multiple values

2009-11-13 Thread Cookie Rails
Cookie Rails wrote: > I am trying to create a list of values in a cookie, to avoid creating > more cookies. And then invoke a single value, for example: > cookies [: prove] = {: value1 = 'one': value2 = '2': value3 = > '3'} > > and then invoke

[Rails] Re: cookies multiple values

2009-11-13 Thread Cookie Rails
I need a cookie because I have store different sessions and use them in different actions of the controller, -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails] Re: cookies multiple values

2009-11-13 Thread Cookie Rails
I am trying to create a list of values in a cookie, to avoid creating more cookies. And then invoke a single value, for example: Cookies [: evidence] = {: value1 = 'one': value2 = '2': value3 = > '3'} and then invoke cookies [: tests: value1] but this syntax is wrong. -- Posted via http://www.

[Rails] cookies multiple values

2009-11-13 Thread Cookie Rails
Hello.I want to create a cookie with multiple values and call them individually. How it works? -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.