Hello... I just want to make a simple question: is there a way to make arrays, vectors and matrices with SESSION VARIABLES on Ruby and Rails? I'm making a Rails app and I need to save all the data in session variables before saving it to the DB. the catch here is the following logic:
element1 has many element2s values stored element2 has many element3s values stored Meaning this: session[:element1] session[:element2][] session[:element3][][] Hope you can answer me this, with a possible solution to this as I have little experience to do this on this language and in this framework. Later, The Neurochild --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

