Re: [Rails] Is activeresource broken in rails 3.2.4?

2012-06-18 Thread Craig White
On Jun 18, 2012, at 2:45 PM, cyber c. wrote: > Hi, > > I see that > Person.find(:all) and Person.find(:all, :params => {id => '2'}) returns > all records irrespective of conditions. Is activeresource broken? > PS: Im using rails 3.2.4 do you actually have a column in the db named 'params' ?

[Rails] Is activeresource broken in rails 3.2.4?

2012-06-18 Thread cyber c.
Hi, I see that Person.find(:all) and Person.find(:all, :params => {id => '2'}) returns all records irrespective of conditions. Is activeresource broken? PS: Im using rails 3.2.4 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Grou