[Rails] Re: real array via has_many

2016-05-28 Thread Zdravko Balorda
I think I found a solution: act_as_list. Sometimes we just need persistant storage. Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving ema

Re: [Rails] Re: real array via has_many

2016-05-28 Thread Colin Law
On 27 May 2016 at 14:53, Zdravko Balorda wrote: > Yes. So how one can handle arrays properly? Can you give us more information on what is in your array and for what reason they are sorted? Someone may be able to suggest a better solution to the problem. Please quote the relevant parts of previo