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 |
|
Raimonds Simanovskis
|
c3e1ef0b40
|
Oracle needs sequence value for primary key in INSERT statement
|
2009-08-06 23:40:59 +03:00 |
|
Jeremy Kemper
|
b440aeb54a
|
PostgreSQL: insert looks up pk and sequence name if not given. [#384 state:resolved]
|
2008-06-10 15:50:01 -07:00 |
|