i'm new too, but the place to look must be in your fields definition of each model.
the general correct syntax is field name :string column1 :string column2 :string end i'm guessing you may have an extra : in front of one of your column names... which means ruby tries to treat it as a symbol, instead of the name a column in your model.. On 2 May, 09:37, Fuyi <[email protected]> wrote: > i use : > ruby script/generate hobo_migraton > > to migrate my app, by there were report error: > can't convert Symbol into String > > how can i know what was happened? > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
