Displaying 1 result from an estimated 1 matches for "softlics".
Did you mean:
softlic
2006 Jun 06
4
Rails keeps adding the letter s to the MySQL tablename.
...oftlicController < ApplicationController
scaffold :softlic
end
So here is my problem. Ruby or maybe Rails, keeps addign the letter "s"
to the MySQL table name like it shows here...
ActiveRecord::StatementInvalid in SoftlicController#new
Mysql::Error: #42S02Table ''gcsaam.softlics'' doesn''t exist: SHOW FIELDS
FROM softlics
RAILS_ROOT: ./script/../config/..
My table name is softlic, not softlics. I''ve been at this for a day and
a half and am about to toss something across the room. :-) I am totally
stumped here. I even thought maybe it was a...