Displaying 1 result from an estimated 1 matches for "gcsaam".
Did you mean:
csam
2006 Jun 06
4
Rails keeps adding the letter s to the MySQL tablename.
...cipe/new and recipe/list functions, and all went smooth.
Now I''m trying to use Ruby on Rails to track software licenses here at
work and I keep running into this strange problem. I am setting up the
DB, model, and controller files just fine...
development:
adapter: mysql
database: gcsaam
username: root
password:
host: localhost
# Warning: The database defined as ''test'' will be erased and
# re-generated from your development database when you run ''rake''.
# Do not set this db to the same as development or production.
test:
adapter: mysql...