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
*
Fix deleting from a HABTM join table upon destroying an object of a model wit...
Nick Rogers
2012-11-13
1
-0
/
+3
*
set the configured #inheritance_column on #become (#7503)
Yves Senn
2012-09-03
1
-0
/
+9
*
Merge pull request #5210 from Pliny/masteri
Rafael Mendonça França
2012-08-21
2
-0
/
+7
*
Merge pull request #7352 from aripollak/microsecond-timestamp
Rafael Mendonça França
2012-08-17
1
-1
/
+1
*
Merge pull request #4487 from sarenji/fix-reset-counters
Aaron Patterson
2012-01-17
2
-0
/
+7
*
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
*
|
Support the :primary_key option on a through reflection in a nested through a...
Jon Leighton
2010-10-19
1
-0
/
+2
*
|
Support for :primary_key option on the source reflection of a through associa...
Jon Leighton
2010-10-19
2
-1
/
+2
*
|
Respect the :primary_key option on the through_reflection of (non-nested) thr...
Jon Leighton
2010-10-19
1
-0
/
+6
*
|
Properly support conditions on any of the reflections involved in a nested th...
Jon Leighton
2010-10-19
3
-0
/
+46
*
|
Add test_has_one_through_has_one_through_with_belongs_to_source_reflection
Jon Leighton
2010-10-14
3
-1
/
+13
*
|
Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...
Jon Leighton
2010-10-14
1
-0
/
+6
*
|
First bit of support for habtm in through assocs - test_has_many_through_has_...
Jon Leighton
2010-10-13
2
-2
/
+7
*
|
Add a commented, failing test for using a habtm in a has many through associa...
Jon Leighton
2010-10-12
1
-0
/
+8
*
|
Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...
Jon Leighton
2010-10-12
1
-0
/
+5
*
|
Support has_one through assocs as the source association
Jon Leighton
2010-10-12
4
-6
/
+14
*
|
Add support for nested through associations in JoinAssociation. Hence Foo.joi...
Jon Leighton
2010-10-09
1
-0
/
+14
*
|
Refactoring JoinDependency and friends. This improves the code (IMO) includin...
Jon Leighton
2010-10-06
1
-0
/
+6
*
|
Add support for table aliasing, with a test that needs aliasing in order to w...
Jon Leighton
2010-10-02
4
-1
/
+31
*
|
Initial nested_has_many_through support [#1152]
Bodaniel Jeanes
2010-09-26
1
-0
/
+2
|
/
*
order should always be concatenated.
Neeraj Singh
2010-09-05
1
-0
/
+5
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
7
-12
/
+11
*
test and fix collection_singular_ids= with string primary keys [#5125 state:r...
Robert Pankowecki
2010-08-02
1
-1
/
+1
*
update_attribute should not update readonly attributes
Neeraj Singh
2010-07-21
1
-0
/
+1
*
string IDs are now quoted correctly [#5064 state:resolved]
Will St. Clair + Neeraj Singh
2010-07-13
3
-0
/
+11
[next]