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
ed0f0ad35c62a4c1951d7da68c4793a5e35ba6ee
rails
/
activerecord
/
test
History
Aaron Patterson
57f73a6bcf
Merge pull request
#4487
from sarenji/fix-reset-counters
...
Fix bug where reset_counters resets the wrong counter cache.
2012-01-17 10:23:56 -08:00
..
active_record
/connection_adapters
pushing caching and visitors down to the connection
2011-11-19 20:19:53 -08:00
assets
…
cases
Merge pull request
#4487
from sarenji/fix-reset-counters
2012-01-17 10:23:56 -08:00
fixtures
Merge pull request
#4487
from sarenji/fix-reset-counters
2012-01-17 10:23:56 -08:00
migrations
Run also migrations in subdirectories.
2011-12-09 03:33:06 +01:00
models
Merge pull request
#4487
from sarenji/fix-reset-counters
2012-01-17 10:23:56 -08:00
schema
Merge pull request
#4487
from sarenji/fix-reset-counters
2012-01-17 10:23:56 -08: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
To support ActiveRecord unit tests for IBM DB2
2011-10-02 22:51:01 -04:00
config.rb
…