2009/6/12 Caroline Blaker <[email protected]>: > > Paul Lynch wrote: >> Look at line 16 of sfar_commercial.rb. The error indicates that some >> variable (or return value) is nil when then code was expecting an >> integer. My guess is that it was trying to index an array with nil >> (hence the reference to '[]'). >> >> On Jun 12, 1:54�pm, Caroline Blaker <[email protected]> > > Ok - this line is as follows > > property[:area] = data[map['area_display']] > > Not surprisingly this would refer to one of the columns that I just > migrated out! Apparently the feed author has discontinued it and now > that my databases are updated I'm getting this error. But I *did migrate > it out. I suppose this file does not follow awareness of migrations. >
All the migration does is to change the structure of the database. That file (sfar_commercial.rb) is part of the application written by the original builder. Someone will have to work out what the code was doing and work out what it should now do instead. Good luck Colin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

