index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
fixtures
Commit message (
Expand
)
Author
Age
Files
Lines
*
has_many through obeys order on through association
Neeraj Singh
2013-04-04
2
-0
/
+11
*
Merge pull request #9141 from adamgamble/issue-9091
David Heinemeier Hansson
2013-04-03
1
-0
/
+4
|
\
|
*
+ Add test for auto timestamps update of both old & new parent records
PikachuEXE
2013-03-14
1
-0
/
+4
*
|
Update other counter caches on destroy
Ian Young
2013-03-20
2
-0
/
+4
*
|
Refactor Person/Friendship relationships to be more intuitive
Mack Earnhardt
2013-03-17
2
-2
/
+5
|
/
*
test case for `serialize` default values.
Yves Senn
2013-03-07
1
-0
/
+4
*
Prevent Relation#merge from collapsing wheres on the RHS
Jon Leighton
2013-01-27
1
-1
/
+3
*
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
3
-8
/
+8
*
test cleanup, remove ruby_type because it's no longer needed
Yves Senn
2012-09-03
1
-6
/
+0
*
rewrite inheritance tests with a custom inheritance_column
Yves Senn
2012-09-03
1
-1
/
+12
*
set the configured #inheritance_column on #become (#7503)
Yves Senn
2012-09-03
1
-0
/
+9
*
reset_counters() was crashing when there were multiple belongs_to association...
Dave Desrochers
2012-08-21
2
-0
/
+7
*
Fix occasional microsecond conversion inaccuracy
Ari Pollak
2012-08-15
1
-1
/
+1
*
Improve the derivation of HABTM assocation join table names
Andrew White
2012-06-22
1
-3
/
+3
*
Fix backward compatibility with stored Hash values. Wrap coders to convert se...
Jeremy Kemper
2012-05-30
1
-0
/
+3
*
Tests for removing a HABTM association when optimistic locking is enabled.
Nick Rogers
2012-03-07
1
-0
/
+3
*
added test for #3732
Rick Martinez
2012-02-10
2
-0
/
+4
*
Replaced all 'for' loops with Enumerable#each
Nathan Broadbent
2012-01-30
1
-1
/
+1
*
Fix bug where reset_counters resets the wrong counter cache.
David Peter
2012-01-16
2
-0
/
+7
*
Test fixtures with custom model and table names
Alexey Muranov
2011-12-30
3
-0
/
+21
*
Fix a fixtures test case with table prefix/suffix
Alexey Muranov
2011-12-27
1
-0
/
+42
*
Fixtures support for ActiveRecord::Model
Jon Leighton
2011-12-24
1
-0
/
+3
*
Revert "Merge pull request #4114 from alexeymuranov/my_fix_for_prefix_suffix_...
Jon Leighton
2011-12-22
1
-42
/
+0
*
Fix a fixtures test case with table prefix/suffix
Alexey Muranov
2011-12-22
1
-0
/
+42
*
restores the API docs of AR::Fixtures, made a quick pass over them, revises l...
Xavier Noria
2011-09-03
1
-1
/
+1
*
Quote these dates to prevent intermittent test failure. Suppose local time is...
Jon Leighton
2011-08-04
1
-2
/
+2
*
Revert "this fixes a brittle test in fixtures_test.rb which fails when you ar...
Aaron Patterson
2011-07-20
1
-2
/
+2
*
this fixes a brittle test in fixtures_test.rb which fails when you are in a t...
Josh Kalderimis
2011-07-20
1
-2
/
+2
*
Revert "Fix failure in test_preserves_existing_fixture_data from test/cases/f...
Jon Leighton
2011-07-17
1
-2
/
+2
*
Fix failure in test_preserves_existing_fixture_data from test/cases/fixtures_...
Jon Leighton
2011-07-12
1
-2
/
+2
*
properly reference yml alias nodes
dmathieu
2011-05-24
1
-1
/
+1
*
fixing 1.8 support for new fixture tests
Aaron Patterson
2011-05-23
1
-1
/
+1
*
Don't use select() values from the join model of a through association. Fixes...
Jon Leighton
2011-05-11
1
-0
/
+7
*
deprecating CSV fixture support
Aaron Patterson
2011-05-10
1
-0
/
+0
*
Don't quote ID's as Arel will quote them -- follow same conventions as the de...
Christopher Meiklejohn
2011-05-08
1
-0
/
+7
*
Namespace Fixtures in ActiveRecord
Jason Noble
2011-05-07
2
-6
/
+6
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-10
1
-1
/
+1
|
\
|
*
revises links to the API websites of individual components (no longer maintai...
Xavier Noria
2011-03-09
1
-1
/
+1
*
|
Add a test for STI on the through where the through is nested, and change the...
Jon Leighton
2011-03-05
1
-0
/
+10
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
7
-2
/
+23
|
\
|
|
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
9
-8
/
+30
|
|
\
|
|
*
Correctly update counter caches on deletion for has_many :through [#2824 stat...
Jon Leighton
2011-02-07
1
-0
/
+2
|
|
*
has_one should always remove the old record (properly), even if not saving th...
Jon Leighton
2011-01-11
1
-0
/
+1
|
|
*
Make serialized fixtures work again
Pratik Naik
2010-12-29
1
-0
/
+6
|
|
*
Associations: DRY up the code which is generating conditions, and make it all...
Jon Leighton
2010-12-26
1
-1
/
+0
|
|
*
Fix dodgy tests which were effectively asserting nil == nil
Jon Leighton
2010-12-26
1
-0
/
+1
|
|
*
using arel to compile sql statements
Aaron Patterson
2010-12-25
1
-0
/
+1
|
|
*
If a has_many goes :through a belongs_to, and the foreign key of the belongs_...
Jon Leighton
2010-12-23
5
-8
/
+20
|
*
|
IdentityMap - Tests for IM
Marcin Raczkowski
2010-11-19
1
-0
/
+4
|
|
/
|
*
Add some tests for functionality in JoinAssociation which already exists but ...
Jon Leighton
2010-10-13
1
-0
/
+6
[next]