On Dec 4, 4:00 am, Dharmdip Rathod <[EMAIL PROTECTED]>
wrote:
> Frederick Cheung wrote:
> > On Dec 3, 1:20 pm, Dharmdip Rathod <[EMAIL PROTECTED]>
> > wrote:
> >> to delete all records based this method.
>
> >> i tried with people=People.find(:all, :conditions=>["id=?",params[:id]])
> >> but result is same.
>
> > This doesn't really make sense to me. There is only one record for a
> > given value of the id column (or rather rails assumes that id is your
> > primary key) so what were you expecting?
>
> > Fred
>
> I want all records base on query which i have written in
> people=People.find(:all, :conditions=>["id=?",params[:id]])
> i am getting only one record not all records ...

There is only ever one such record because the primary key is unique
(by definition).

Fred
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to