Re: [Rails] error of looping in rails

2011-06-14 Thread Michael Pavling
On 14 June 2011 09:24, amritpal pathak wrote: > On Tue, Jun 14, 2011 at 4:08 AM, Michael Pavling wrote: >> >> Amritpal, please stop posting several messages asking the same thing. > >         This is not my post Of course not I believe you (from your new email address...). I'm sorry. It doe

Re: [Rails] error of looping in rails

2011-06-14 Thread Google Mail
Thank you very much On Jun 14, 2011, at 4:08 AM, Michael Pavling wrote: > Amritpal, please stop posting several messages asking the same thing. > If you have more info to add, contribute to your original thread. > > On 14 June 2011 02:41, Yennie wrote: >> Hi, >> I am writing this code in pur

Re: [Rails] error of looping in rails

2011-06-14 Thread amritpal pathak
On Tue, Jun 14, 2011 at 4:08 AM, Michael Pavling wrote: > Amritpal, please stop posting several messages asking the same thing. > This is not my post -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send em

Re: [Rails] error of looping in rails

2011-06-14 Thread Michael Pavling
Amritpal, please stop posting several messages asking the same thing. If you have more info to add, contribute to your original thread. On 14 June 2011 02:41, Yennie wrote: > Hi, > I am writing this code in purpose that i can i select image from the > picture table and i want to get all the user

[Rails] error of looping in rails

2011-06-13 Thread Yennie
Hi, I am writing this code in purpose that i can i select image from the picture table and i want to get all the user so i can loop through user1 , user2 and display the pic on bowers.. def show_image @id = User.find(:all, :select => 'user.id') for id in @id @image = Act