Erm, there's no actual error line in there, just the stack trace. It should have given you an actual error.

Oddly, the line it's referencing at the top is the line

    STDERR.puts 'Adding display name to tags'

I'm at a loss as to how that could be causing a problem for you.

On Feb 4, 2006, at 7:56 AM, Steven Noels wrote:

full disclosure: I'm an utter RoR newbie, especially concerning migrations.

After 'svn up'-ing my local checkout to the latest revision, the automatic db
upgrade invoked from the UI gives me no joy with this error:

#{RAILS_ROOT}/db/migrate//36_add_tag_display_name.rb:3:in `write'
#{RAILS_ROOT}/db/migrate//36_add_tag_display_name.rb:3:in `up'
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/
active_record/migration.rb:228:in
`migrate'
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/
active_record/migration.rb:223:in
`migrate'
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/
active_record/migration.rb:190:in
`up'
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/
active_record/migration.rb:181:in
`migrate'
#{RAILS_ROOT}/lib/migrator.rb:26:in `migrate'
#{RAILS_ROOT}/app/controllers/admin/general_controller.rb:17:
in `migrate'

Any idea where I should poke to fix things or to go back to the
previous situation?

Note to self: don't upgrade if there's no compelling reason. :/

--
Kevin Ballard
[EMAIL PROTECTED]
http://kevin.sb.org
http://www.tildesoft.com


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Typo-list mailing list
Typo-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to