Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | Refactor Active Record test connection setup. Please see the ↵ | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
| | | | | 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. | ||||
* | do not depend on to_yaml being called, but rather depend on YAML being dumped | Aaron Patterson | 2011-04-13 | 1 | -6/+7 |
| | |||||
* | Make serialized fixtures work again | Pratik Naik | 2010-12-29 | 1 | -2/+2 |
| | |||||
* | all columns respond to string_to_binary, so no need to check respond_to? | Aaron Patterson | 2010-10-12 | 1 | -3/+8 |
| | |||||
* | test quoting a string with an unknown column type | Aaron Patterson | 2010-10-12 | 1 | -0/+4 |
| | |||||
* | test quoting multibyte chars object | Aaron Patterson | 2010-10-12 | 1 | -0/+20 |
| | |||||
* | test quoting strings with binary columns | Aaron Patterson | 2010-10-12 | 1 | -0/+13 |
| | |||||
* | test quoting a string with a float column | Aaron Patterson | 2010-10-12 | 1 | -0/+5 |
| | |||||
* | testing quoting a string for an int column | Aaron Patterson | 2010-10-12 | 1 | -0/+12 |
| | |||||
* | testing crazy object quoting | Aaron Patterson | 2010-10-12 | 1 | -0/+12 |
| | |||||
* | test that dates / times / datetimes call quoted_date | Aaron Patterson | 2010-10-12 | 1 | -0/+10 |
| | |||||
* | test quoting of bigdecimals | Aaron Patterson | 2010-10-12 | 1 | -0/+6 |
| | |||||
* | testing floats, fixnum, and bignums | Aaron Patterson | 2010-10-11 | 1 | -0/+18 |
| | |||||
* | test quoting nils, true, false, id | Aaron Patterson | 2010-10-11 | 1 | -0/+20 |
| | |||||
* | getting quoted_time under more specific tests | Aaron Patterson | 2010-10-11 | 1 | -0/+65 |
| | |||||
* | starting to get the quote module under test | Aaron Patterson | 2010-10-11 | 1 | -0/+30 |