is there a guide to the necessary steps for converting a hobo 1.0 app to 1.3?
so far i'm thinking that the simplest route could be 1) generate a vanilla 1.3 app using the wizard, answering the questions to get the right invite/settings etc 2) copy over all of the 1.0.x model and controller files from the production app 3) run the migration generator 4) at this point in theory the schema is equivalent to production, so i should be able to switch in a snapshot db 5) check the vanilla views for all of the tables, to confirm that the new app can access the current data 6) copy over the production views 7) test and fix functionality 8) migrate theme/stylesheet/css in trying the above, so far i've found - paperclip is not playing nicely, so i've backed out the model/controller that uses it - everything else *seems* to be ok up to step 5) - i'm stuck at 6), probably due to the i18n changes - undefined method `detect' for "[MISSING: en.activerecord.attributes.filter_menu.user.options]":String any thoughts? -- 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.
