Displaying 2 results from an estimated 2 matches for "create_method".
2006 Apr 04
0
making a set column type with create_table
...o |table|
table.column :name, :string
# THE LINE BELOW FAILS
table.column :tag, :set
...
...
end
Hello all,
I''d like to make a set column with the create_table method. I''ve googled
around some, but did not find an answer. Is this possible with
create_method? I am using mysql. I''ve never used set columns before. I
wanted to experiment with storing tags in the database and I thought
that the set type would be ideal... but I may be wrong on that :)
Thanks,
Brad
--
Posted via http://www.ruby-forum.com/.
2005 Mar 10
6
problems with ActionMailer
I''m having some problems with ActionMailer and I''m hoping that someone can
help. I''ve followed the tutorial on "How To Send Emails With Action
Mailer" <URL:
http://wiki.rubyonrails.com/rails/show/HowToSendEmailsWithActionMailer >,
I''ve generated a mailer -- "notifier.rb" -- and I''ve added the following
method to the