Re: [Rails] rails 2D array access in Helper method

2013-11-04 Thread Tamara Temple
On Nov 4, 2013, at 3:19 AM, Tamara Temple wrote: > > On Nov 3, 2013, at 3:35 PM, Tamara Temple wrote: > >> >> On Nov 1, 2013, at 9:20 AM, leo nike wrote: >> >>> Hi, I Want to simply print out 2d array elements. Method is located in >>> Helper module. Calling helper method from jQuery. At t

Re: [Rails] rails 2D array access in Helper method

2013-11-04 Thread Tamara Temple
On Nov 4, 2013, at 8:05 AM, leo nike wrote: > Great! I didnt even think about implementation like that, that's > awesome. thanks a lot! can I contact you, in case something doesnt work > here? Just reply on list, there are some truly awesome people here, most definitely not including me. -

Re: [Rails] rails 2D array access in Helper method

2013-11-04 Thread Tamara Temple
On Nov 3, 2013, at 3:35 PM, Tamara Temple wrote: > > On Nov 1, 2013, at 9:20 AM, leo nike wrote: > >> Hi, I Want to simply print out 2d array elements. Method is located in >> Helper module. Calling helper method from jQuery. At the moment I'm not >> getting output (=> 0..3) I tried to do ite

Re: [Rails] rails 2D array access in Helper method

2013-11-03 Thread Tamara Temple
On Nov 1, 2013, at 9:20 AM, leo nike wrote: > Hi, I Want to simply print out 2d array elements. Method is located in > Helper module. Calling helper method from jQuery. At the moment I'm not > getting output (=> 0..3) I tried to do iterate through array via .each() > method, but it would just pr

[Rails] rails 2D array access in Helper method

2013-11-01 Thread leo nike
Hi, I Want to simply print out 2d array elements. Method is located in Helper module. Calling helper method from jQuery. At the moment I'm not getting output (=> 0..3) I tried to do iterate through array via .each() method, but it would just print en entire array, however i want to access each elem