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
*
Preload uses exclusive scope [#643 state:resolved]
Frederick Cheung
2008-12-26
1
-1
/
+10
*
Fix preloading of has_one :through associations on belongs_to [#1507 state:re...
Matt Jones
2008-12-18
2
-1
/
+9
*
fix assignment to has_one :through associations.
Matt Jones
2008-11-15
1
-0
/
+5
*
Added :constructor and :converter options to composed_of and deprecated the c...
Rob Anderton
2008-09-10
1
-1
/
+10
*
Add has_many :primary_key option to allow setting the primary key on a has ma...
Andre Arko
2008-07-06
1
-0
/
+1
*
Added missing files
David Heinemeier Hansson
2008-05-01
1
-0
/
+12
*
Ensure table names are quoted by the association preloading code.
Frederick Cheung
2008-04-26
2
-0
/
+24
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-2
/
+22
*
has_one :through supports :source_type. Fix up some tests. References #4756.
Jeremy Kemper
2008-03-22
1
-1
/
+7
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
4
-0
/
+33
*
Fix that batched :include would pull in duplicate records in some cases. Clos...
Jeremy Kemper
2008-02-28
1
-1
/
+4
*
Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]
Jeremy Kemper
2008-02-27
1
-1
/
+4
*
Make dynamic finders respect the :include on HasManyThrough associations. Cl...
Michael Koziarski
2008-02-18
1
-0
/
+5
*
Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...
Jeremy Kemper
2008-02-02
1
-0
/
+7
*
Fixed preloading belongs_to associations which reference a custom foreign key...
Jeremy Kemper
2008-01-31
2
-0
/
+21
*
Make sure that belongs_to counter decrements when assigning nil Closes #10804...
Michael Koziarski
2008-01-26
1
-0
/
+1
*
Add missing author_addresses.yml fixture. Closes #10592.
Jeremy Kemper
2008-01-21
1
-0
/
+5
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-0
/
+1
*
belongs_to supports :dependent => :destroy and :delete. Closes #10592.
Jeremy Kemper
2008-01-19
1
-0
/
+2
*
move schema
Jeremy Kemper
2008-01-18
34
-2939
/
+0
*
move migrations
Jeremy Kemper
2008-01-18
12
-130
/
+0
*
move assets and models
Jeremy Kemper
2008-01-18
47
-788
/
+0
*
Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.
Jeremy Kemper
2008-01-08
11
-21
/
+7
*
More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...
Jeremy Kemper
2008-01-05
3
-0
/
+12
*
Eager belongs_to :include infers the foreign key from the association name ra...
Jeremy Kemper
2007-12-21
1
-1
/
+1
*
Ensure that the :uniq option for has_many :through associations retains the o...
Rick Olson
2007-12-11
1
-0
/
+2
*
Fixed that habtm associations should be able to set :select as part of their ...
David Heinemeier Hansson
2007-12-05
1
-0
/
+1
*
Foxy fixtures: support single-table inheritance. Closes #10234.
Jeremy Kemper
2007-11-26
3
-0
/
+16
*
Foxy fixtures: allow mixed usage to make migration easier and more attractive...
Jeremy Kemper
2007-11-26
6
-5
/
+23
*
Fixed that create table with :id => false and fixtures don't play nice togeth...
David Heinemeier Hansson
2007-11-25
3
-0
/
+14
*
Add example.log for binary escaping test. References #10176.
Jeremy Kemper
2007-11-22
1
-0
/
+1
*
Dynamic finders on association collections respect association :limit. Closes...
Jeremy Kemper
2007-11-21
1
-0
/
+1
*
Make Dynamic Finders on Association Collections Respect Association :order [p...
Michael Koziarski
2007-11-21
1
-0
/
+1
*
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...
Michael Koziarski
2007-11-20
5
-0
/
+7
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
2
-0
/
+2
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
4
-0
/
+26
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
8
-0
/
+80
*
Allow find on a has_many association defined with :finder_sql to accept id ar...
Marcel Molina
2007-10-26
1
-0
/
+1
*
Assigning an instance of a foreign class to a composed_of aggregate calls an ...
Jeremy Kemper
2007-10-23
1
-2
/
+2
*
validates_uniqueness_of behaves well with abstract superclasses. References #...
Jeremy Kemper
2007-10-23
1
-0
/
+6
*
Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...
Michael Koziarski
2007-10-19
6
-278
/
+220
*
Use a smaller binary fixture so we don't overflow column size limitations in ...
Michael Koziarski
2007-10-17
2
-435
/
+130
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
2
-7
/
+7
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
5
-0
/
+45
*
Moving SQL Server tests to the extracted adapter. References #9884.
Jeremy Kemper
2007-10-16
4
-289
/
+0
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
1
-0
/
+1
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
2
-0
/
+15
*
Make sure AR::Base#clone handles attr changes made in after_initialize hooks....
Michael Koziarski
2007-10-08
1
-1
/
+7
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
1
-1
/
+2
*
Missed the add
Michael Koziarski
2007-10-06
2
-0
/
+4
[next]