On Apr 23, 4:00 pm, Hans Hartmann <li...@ruby-forum.com> wrote:
> Do you mean something like storing the entries temporarly in a database
> with action:create and delete them when not needed anymore?
> ... I think thats pretty much confusing to store.
>
> Isn't there a possability to many strings/arrays (checkbox_values) in a
> variable?

Well that variable has to live somewhere and you don't have a huge
amount of choices in that regard.

> How can I change the session storage?
>

With a rails app generated by a recent version of rails you'll have an
initializer called something like session.rb or session_store.rb in
config/initializers that sets up the session

Fred

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to