On Mar 9, 2011, at 6:55 AM, hobo_hippy wrote: [snip] > > Filename [hobo_migration_1]: addPhotoToTire > exists db/migrate > create db/migrate/20110309115301_addphotototire.rb > (in /home1/mentalm1/rails/MVPTire) > rake aborted! > stack level too deep > > (See full trace by running task with --trace) > ________________________________________________________________________________ > > If a full trace would help, how do I run with a full trace? I tried: > > script/generate hobo_migration --trace > > but that just throws an "invalid option: --trace" error
The last step of the generator calls 'rake db:migrate' - now that you've generated the migration, you can try: rake db:migrate --trace to get a backtrace. One note - I'd *highly* recommend upgrading to a more recent Hobo version. There are a *lot* of rough spots in 0.8.7. --Matt Jones -- 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.
