search for: firstpeer

Displaying 1 result from an estimated 1 matches for "firstpeer".

2009 Feb 22
2
Strange AR error ( column does not exist)
I''m trying to deploy a Rails app on a platform using Thin, after some horrible sessions trying to make it work with fcgi. All is going well, but my Application controller throws this error: ActiveRecord::StatementInvalid (PGError: ERROR: column "firstpeer" does not exist LINE 1: SELECT * FROM "switches" WHERE (firstPeer = 15 OR secondPeer... ^ : SELECT * FROM "switches" WHERE (firstPeer = 15 OR secondPeer = 15) ): AR is complaining that there is no column "firstpeer". I'...