Displaying 1 result from an estimated 1 matches for "service_cont".
Did you mean:
service_count
2006 Jun 28
9
Scaffold Issue with Postgres
Hi guys,
I''ve been able to successfully install the postgres adapter for a remote
database machine to get rails up. My machine is running on Fedora 2.
Rails version 1.1.2. Is my yml config correct? I am getting this error
when I execute 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...