1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Aaron Patterson 09866cef17 Merge pull request #1790 from ernie/reverse_sql_order_fix
Support reversal of ARel orderings in reverse_sql_order
2011-06-22 08:30:52 -07:00
..
active_record/connection_adapters introduce a fake AR adapter for mocking database return values 2011-02-04 13:34:57 -08:00
assets
cases Merge pull request #1790 from ernie/reverse_sql_order_fix 2011-06-22 08:30:52 -07:00
fixtures properly reference yml alias nodes 2011-05-24 11:18:28 +02:00
migrations in the middle of refactoring 2010-12-03 12:00:09 -08:00
models Pass mass-assignment options to nested models - closes #1673. 2011-06-13 13:02:51 +01:00
schema Merge pull request #560 from guilleiguaran/fix_pluralize_table_names_false 2011-05-16 15:40:12 -07:00
support Add require 'pathname' as it has not already been required in some circumstances 2011-06-17 14:55:34 +01:00
.gitignore 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
config.example.yml more oracle fixes 2011-06-06 15:47:29 -07:00
config.rb