Whenever I run rake db:migrate I get the following "error": antrover:~/Sway/Projects/mi7/branches/sway_dev_mi7 dhoefler$ rake db:migrate (in /Users/dhoefler/Sway/Projects/mi7/branches/sway_dev_mi7) /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/validations.rb:334: warning: `*'' interpreted as argument prefix /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/validations.rb:363: warning: `*'' interpreted as argument prefix /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/migration.rb:224: warning: instance variable @ignore_new_methods not initialized /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/migration.rb:224: warning: instance variable @ignore_new_methods not initialized /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/abstract/connection_specification.rb:41: warning: method redefined; discarding old allow_concurrency/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/sqlserver_adapter.rb:456: warning: method redefined; discarding old remove_column /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/oracle_adapter.rb:119: warning: (...) interpreted as grouped expression /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/request.rb:171: warning: method redefined; discarding old relative_url_root /usr/local/lib/ruby/1.8/cgi/session/pstore.rb:17: warning: method redefined; discarding old []/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_ext/raw_post_data_fix.rb:57: warning: ambiguous first argument; put parentheses or even spaces /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_ext/raw_post_data_fix.rb:8: warning: method redefined; discarding old initialize_query /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session/active_record_store.rb:129: warning: private attribute? /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session/active_record_store.rb:179: warning: method redefined; discarding old connection /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/helpers/prototype_helper.rb:641: warning: ambiguous first argument; put parentheses or even spaces /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/helpers/prototype_helper.rb:874: warning: `*'' interpreted as argument prefix /usr/local/lib/ruby/gems/1.8/gems/actionmailer-1.2.5/lib/action_mailer/vendor/tmail/facade.rb:486: warning: method redefined; discarding old create_reply /usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.6/lib/action_web_service/protocol/xmlrpc_protocol.rb:6: warning: discarding old message /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:581: warning: method redefined; discarding old []/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:590: warning: method redefined; discarding old [] /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:595: warning: method redefined; discarding old keys /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:600: warning: method redefined; discarding old find_pair /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:607: warning: method redefined; discarding old []/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:611: warning: method redefined; discarding old [] /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:615: warning: method redefined; discarding old method_missing == AddFriendsMembersTable: migrating =========================================-- create_table("friends_members") -> 0.0551s == AddFriendsMembersTable: migrated (0.0568s) ================================ Loaded suite /usr/local/bin/rake Started Finished in 0.001313 seconds. 0 tests, 0 assertions, 0 failures, 0 errors As you can see the migration finishes just fine. Any ideas? Thank you, Dave Hoefler -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060927/3a9a8556/attachment.html