Wondering if anyone else has seen this behavior. When I run annotate_models now, instead of overwriting the previous comment which lists all of the fields for my model''s backing table, it inserts another comment and leaves the previous one. So that you see something like this: # == Schema Information # Schema version: 36 # # Table name: debits # # id :integer(10) not null, primary key # applicant_id :integer(11) # authorization_id :integer(11) # amount :integer(11) # evaluation_id :integer(11) # created_at :datetime # updated_at :datetime # # == Schema Information # Schema version: 35 # # Table name: debits # # id :integer(10) not null, primary key # applicant_id :integer(11) # authorization_id :integer(11) # amount :integer(11) # evaluation_id :integer(11) # created_at :datetime # updated_at :datetime # Has anyone seen this and know what it is? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---