Forum: Ruby on Rails Problem with exists? method

Posted by cyber c. (cyber_c)
on 2012-06-18 22:05
Hi,

I have a DB with table TABLENAME, column COLUMN and an active resource
client trying to connect to the DB. When i do

Tablename.find(:all) => i get all the entries from the table
But Tablename.exists?(:column => value) always returns false
I verified that the above command works from rails console. Dont
understand why it always returns false even when there are valid
records.

And in the rails server terminal i see a request for this cmd failing as


Started HEAD "/tablenames/columnnamevalue.json" for 127.0.0.1 at Mon Jun
18 13:02:11 -0700 2012

ActionController::RoutingError (No route matches [GET]
"/tablenames/columnnamevalue.json"):
  actionpack (3.2.4)
lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.4)
lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.4) lib/rails/rack/logger.rb:26:in `call_app'
  railties (3.2.4) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.4) lib/action_dispatch/middleware/request_id.rb:22:in
`call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'

Can anyone tellme why its failing?
Posted by Colin Law (Guest)
on 2012-06-18 22:59
(Received via mailing list)
On 18 June 2012 21:05, cyber c. <lists@ruby-forum.com> wrote:
> Hi,
>
> I have a DB with table TABLENAME, column COLUMN and an active resource
> client trying to connect to the DB. When i do
>
> Tablename.find(:all) => i get all the entries from the table
> But Tablename.exists?(:column => value) always returns false

Could you point me to some documentation for exists? that shows
passing a column value other than an id? I cannot find any reference
to that.

Colin
Posted by cyber c. (cyber_c)
on 2012-06-18 23:23
Im sorry i have looked at wrong documentation. I have to use find(:all, 
:params)
Posted by Frederick Cheung (Guest)
on 2012-06-19 16:26
(Received via mailing list)
On Jun 18, 9:57pm, Colin Law <clan...@googlemail.com> wrote:
> Could you point me to some documentation for exists? that shows
> passing a column value other than an id? I cannot find any reference
> to that.
>

http://apidock.com/rails/ActiveRecord/FinderMethod...

has various forms exists? accepts

Fred
Posted by cyber c. (cyber_c)
on 2012-06-19 19:14
Hi Frederick,

Activeresource exists doesnt support conditions i think . Even i got 
confused by activerecord and activeresource exists method.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.