Displaying 1 result from an estimated 1 matches for "servicespiel".
Did you mean:
service_spiel
2006 Jul 03
13
Remote Postgres is driving me crazy!
...exists test/unit/
exists test/fixtures/
identical app/models/service_spiel.rb
identical test/unit/service_spiel_test.rb
identical test/fixtures/service_spiels.yml
error Before updating scaffolding from new DB schema, try
creating a table for your model (ServiceSpiel)
My table in 192.168.22.1 is here:
\d service_spiels
View "service_spiels"
Column | Type | Modifiers
---------+------------------------+-----------
id | integer |
service | character varying(20) |
spiel | character varying(550) |...