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

Re: [Rails] jScript framework?

2013-11-03 Thread Tamara Temple
On Oct 30, 2013, at 8:12 PM, mark edwards wrote: > newbie disclaimer - i have yet to even start using RoR... > > hello all - i am getting ready to start looking into RoR and was > wondering about how various (and many) jScript frameworks might tie into > RoR. > > particularly, i was intere

[Rails] Re: Can we keep validation in memcached ?

2013-11-03 Thread Fahim Patel
Thanks for reply. @josh - So you are saying that we can validate request on memcache level also. Please correct me If I am wrong ? On Sunday, November 3, 2013 1:46:20 AM UTC+5:30, Fahim Patel wrote: > > Hi All , > > Can we validate request input data using memcache ? Actually I am facing > sce

Re: [Rails] Can we keep validation in memcached ?

2013-11-03 Thread Josh Jordan
Why do you think memcached is only useful for storing response data? That is simply not true. Memcache has been around longer than Rails, and is useful as a general purpose, fast, volatile data store. You can use it for anything you like, and it applies well in any case where there is determini