2005/12/7, Duane Johnson <[EMAIL PROTECTED]>:
> > ./script/../config/../vendor/rails/railties/lib/commands/runner.rb:27:
> > Columns 'name', 'transaction', 'quote' have already been taken in
> > models of class Game.  You will have to rename your columns to not
> > conflict with pre-existing method names.
> > (ActiveRecord::ColumnNameAlreadyTaken)
> >
> I didn't catch what was unlikable about this... it seems friendly to me.

It means I'll have to change my models !  Seriously, #name is a method
in Class.  So, we can't use it in models.  #type is another.  It means
we can't have Single Table Inheritance working.

Okay, #type is deprecated and will go away, but what do we do with it now ?

Bye !
--
François Beausoleil
http://blog.teksol.info/
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to