When I run the unmodified ActiveRecord Test suite I get failures/ errors that look like it expects external network connections. Is there an easy way to set up all of the tables needed in all the different data stores to run these tests successfully? `Errors running test_mysql, test_mysql2, test_sqlite3, test_postgresql` -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Here is described how to run tests https://github.com/rails/rails/blob/master/activerecord/RUNNING_UNIT_TESTS On Fri, Dec 23, 2011 at 7:41 PM, richard schneeman <richard.schneeman@gmail.com> wrote:> When I run the unmodified ActiveRecord Test suite I get failures/ > errors that look like it expects external network connections. Is > there an easy way to set up all of the tables needed in all the > different data stores to run these tests successfully? > > `Errors running test_mysql, test_mysql2, test_sqlite3, > test_postgresql`-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Thanks Sergey, don''t know how i missed the all caps file in the base directory, guess i expected that info to be in the readme. I got my tests to run and even better...to pass! Thanks again for the help & Happy Holidays. On Dec 23, 2:10 pm, Sergey Nartimov <just.l...@gmail.com> wrote:> Here is described how to run testshttps://github.com/rails/rails/blob/master/activerecord/RUNNING_UNIT_... > > On Fri, Dec 23, 2011 at 7:41 PM, richard schneeman-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.