search for: kategorias

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

Did you mean: categorias
2011 Apr 05
4
Rails 3.0.5 gives SQLite3::SQLException for the same code that works on 3.0.3
...ategorialista The error it gives on 3.0.5: SQLite3::SQLException: no such table: kategoria: SELECT "kategoria".* FROM "kategoria" WHERE "kategoria"."elfogadva" = ''t'' ORDER BY nev Obviously there is no such table as kategoria, but there is „kategorias” table in SQLite. The relevant part of the schema, as generated: create_table "kategorias", :force => true do |t| t.string "nev" t.string "leiras" t.boolean "elfogadva", :default => false t.string "sefuri" t.datet...