Mark Rushakoff
|
140b825bda
|
Remove unused assignments from activerecord tests
|
2012-04-29 10:02:58 -07:00 |
|
Oemuer Oezkir
|
71d18ce48e
|
Changed a few instances of of words in the API docs written in British English to
American English(according to Weber)
|
2011-07-24 10:21:42 +00:00 |
|
Aaron Patterson
|
61774e0d49
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07: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 |
|
Aaron Patterson
|
1db8ed0f4b
|
activerecord tests should inherit from ActiveRecord::TestCase
|
2010-07-14 16:35:52 -07:00 |
|
Raimonds Simanovskis
|
3a1cbc5c3b
|
Oracle adapter returns Time value for DATE columns
|
2009-08-06 23:40:59 +03:00 |
|
Jeremy Kemper
|
5bbc461fcb
|
Fix calculations on associations with custom :foreign_key. Closes #8117 [kamal, jack]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8778 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2008-02-02 04:28:42 +00:00 |
|