This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
22bcb4e09308c686f26dfca90b6d50263b4ae926
rails
/
activerecord
/
test
History
Jon Leighton
22bcb4e093
CommandRecorder should delegate in method_missing where possible. Fixes some tests in migration_test.rb under mysql. The problem was introduced in
c278a2c5e1
.
2011-06-30 00:48:03 +01: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
CommandRecorder should delegate in method_missing where possible. Fixes some tests in migration_test.rb under mysql. The problem was introduced in
c278a2c5e1
.
2011-06-30 00:48:03 +01:00
fixtures
Don't use select() values from the join model of a through association.
Fixes
#508
.
2011-05-11 08:56:01 +01:00
migrations
…
models
Apply the default scope earlier when doing calculations.
Fixes
#1682
.
2011-06-23 19:58:15 +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:52 +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:25:36 +01:00
config.example.yml
more oracle fixes
2011-06-06 15:46:50 -07:00
config.rb
…