Karunakar (Ruby)
|
730209a679
|
Changed the old logger to new active support logger
|
2011-12-21 23:00:06 +05:30 |
|
Jon Leighton
|
e510c2c642
|
Add require 'pathname' as it has not already been required in some circumstances
|
2011-06-17 14:55:34 +01:00 |
|
Jon Leighton
|
86bbba1ffb
|
Add support for using an ARCONFIG environment variable to specify the location of the config.yml file for running the tests
|
2011-06-12 19:08:16 +01:00 |
|
Jon Leighton
|
4b371b602b
|
Print out information about whether the identity map is on or off when running unit tests
|
2011-06-09 20:20:51 +01:00 |
|
Jon Leighton
|
523c7c2330
|
Fix adapter_test.rb to make no assumptions about the database name
|
2011-06-05 11:28:17 +01:00 |
|
Jon Leighton
|
3b7d100b51
|
Fix typo
|
2011-06-05 11:28:17 +01:00 |
|
Jon Leighton
|
253bb6b926
|
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
|
2011-06-04 23:47:03 +01:00 |
|