search for: service_spiel

Displaying 2 results from an estimated 2 matches for "service_spiel".

Did you mean: service_spiels
2006 Jul 03
13
Remote Postgres is driving me crazy!
...e client uses a # domain socket that doesn''t need configuration. Windows does not have # domain sockets, so uncomment these lines. host: 192.168.22.1 (this is a remote ip in local loop) port: 5432 Yes, I commented out everything else. Whenever I make a script/generate scaffold service_spiel, this is what I get: exists app/controllers/ exists app/helpers/ exists app/views/service_spiels exists test/functional/ dependency model exists app/models/ exists test/unit/ exists test/fixtures/ identical app/models/service_spiel.rb id...
2006 Jun 28
9
Scaffold Issue with Postgres
...script/generate scaffold service_contents content : 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 d...