Displaying 1 result from an estimated 1 matches for "service_spiels_test".
2006 Jun 28
9
Scaffold Issue with Postgres
...ontent :
exists app/controllers/
exists app/helpers/
create app/views/spiel
exists test/functional/
dependency model
exists app/models/
exists test/unit/
exists test/fixtures/
create app/models/service_spiels.rb
create test/unit/service_spiels_test.rb
create test/fixtures/service_spiels.yml
error Before updating scaffolding from new DB schema, try
creating a table for your model (ServiceContents)
Is my yml properly configured? I am currently working with just one db
named dbname. Pls note that all development, test and pro...