[Radiant] database_mailer

2009-02-19 Thread Steven Southard
Just found this extension tried to try it out. On the install I got this far: ** Execute radiant:extensions:database_mailer:migrate == 1 CreateFormDatas: migrating === -- create_table(:form_datas) - 0.0210s -- add_index(:form_datas, :url) -

Re: [Radiant] database_mailer

2009-02-19 Thread Mohit Sindhwani
Steven Southard wrote: Just found this extension tried to try it out. On the install I got this far: ** Execute radiant:extensions:database_mailer:migrate == 1 CreateFormDatas: migrating === -- create_table(:form_datas) - 0.0210s --

Re: [Radiant] database_mailer

2009-02-19 Thread Steven Southard
Oh that was very helpful. I didn't know about that gem. After adding spreadsheet and then ruby-ole I tried to install it again. I got to this: -- add_column(:form_datas, :message, :text) - 0.0087s -- add_index(:form_datas, :message) rake aborted! Mysql::Error: BLOB/TEXT column

Re: [Radiant] database_mailer

2009-02-19 Thread Mohit Sindhwani
Steven Southard wrote: Oh that was very helpful. I didn't know about that gem. I think I got lucky on that one :P but you're welcome. After adding spreadsheet and then ruby-ole I tried to install it again. I got to this: -- add_column(:form_datas, :message, :text) - 0.0087s --

Re: [Radiant] database_mailer

2009-02-19 Thread Steven Southard
I re-ran the migration and it seemed to work okay. Thanks for your help. Steven On Feb 19, 2009, at 10:02 PM, Steven Southard wrote: Oh that was very helpful. I didn't know about that gem. After adding spreadsheet and then ruby-ole I tried to install it again. I got to this: --

Re: [Radiant] database_mailer

2009-02-19 Thread Mohit Sindhwani
Steven Southard wrote: I re-ran the migration and it seemed to work okay. Thanks for your help. Hurrah! You're welcome. I'll expect payment for it, you know? (aka some contribution to the wiki would be great) Cheers, Mohit. 2/20/2009 | 1:09 PM.