search for: recipes_seq

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

2006 Jun 24
5
Why is rails using DB objects that don''t exist?
...ry key column, and a trigger that gets fired before record creation. I can use sql at a command line in Oracle''s sqlplus to add records. No sweat. But in the browser I get: ActiveRecord::StatementInvalid in RecipeController#create OCIError: ORA-02289: sequence does not exist: select recipes_seq.nextval id from dual I did once have a sequence with that name, but that''s long gone. In fact I''ve dropped and recreated the table, sequence and trigger several times with new names (except I continue using "recipes" for the table name). I''ve closed and o...