Sha256: 50c07cb29928074c8a05ab3fa6b768153b26b8d92f9d4c3f0d51f5d54284add3
Contents?: true
Size: 886 Bytes
Versions: 5
Compression:
Stored size: 886 Bytes
Contents
== Creating the test database The default names for the test databases are "activerecord_unittest" and "activerecord_unittest2". If you want to use another database name then be sure to update the connection adapter setups you want to test with in test/connections/<your database>/connection.rb. The connection files make certain assumptions. For instance, the ODBC connection assumes you have a DSN setup that matches the name of the default database names. == Requirements * gem install shoulda * gem install mocha The tests of this adapter depend on the existence of rails checkout. Make sure to checkout remotes/origin/2-3-stable, then make sure to export RAILS_SOURCE to the full path of that repo. Define a user named 'rails' in SQL Server with all privileges granted for the test databases. Use an empty password for said user.
Version data entries
5 entries across 5 versions & 1 rubygems