search for: leira

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

Did you mean: neira
2011 Apr 05
4
Rails 3.0.5 gives SQLite3::SQLException for the same code that works on 3.0.3
...va" = ''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.datetime "created_at" t.datetime "updated_at" end Long story short: what was changed, and how to make my code work? And why this is not mentioned in changelogs? Thank...