Not sure what is happening...my two replies from last night have failed to turn up?!
gem list mysql returned nothing so I installed the MySQL driver based on the instructions in config/database.yml, using the following command: sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql- config=/usr/local/mysql/bin/mysql_config gem list mysql now returns mysql (2.8.1) However, now when I check the skeleton application by visiting http://127.0.0.1:3000/ and checking on the "About your application's environment" I get a "NameError in Rails/infoController#properties" message, with additional info "uninitialized constant MysqlCompat::MysqlRes". Any ideas? -- 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.

