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
/
cases
/
reflection_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed AssociationReflection #collection_association? to #collection?.
Eloy Duran
2010-01-08
1
-4
/
+4
*
Moved the validation logic to the association reflection and refactored autos...
Eloy Duran
2010-01-07
1
-8
/
+39
*
Add AssociationReflection#collection_association? which returns true if it's ...
Eloy Duran
2010-01-07
1
-0
/
+9
*
Changed ActiveRecord::Base.store_full_sti_class to be true by default reflect...
David Heinemeier Hansson
2010-01-03
1
-0
/
+4
*
delete correct records for a has_many with :primary_key and :dependent => :de...
Matt Jones
2009-11-10
1
-2
/
+2
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
1
-2
/
+2
*
Make has_one with :conditions hash scope build or creation of the associated ...
Luciano G Panaro
2009-09-28
1
-2
/
+2
*
Fix has_one with foreign_key and primary_key association bug which caused the...
Graeme Porteous
2009-09-12
1
-2
/
+2
*
Explicitely setting `autosave => false' should override new_record autosaving...
Eloy Duran
2009-09-12
1
-3
/
+3
*
has_many :through create should not raise validation errors
railsbob
2009-08-09
1
-2
/
+2
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-5
/
+5
*
Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...
Pratik Naik
2009-07-01
1
-2
/
+2
*
Changed ActiveRecord::Base.human_name to underscore the class name before it ...
Justin French
2009-06-30
1
-1
/
+7
*
Revert "Generate proper :counter_sql from :finder_sql when there is a newline...
Yehuda Katz + Carl Lerche
2009-06-22
1
-2
/
+2
*
Generate proper :counter_sql from :finder_sql when there is a newline charact...
Patrick Joyce
2009-06-21
1
-2
/
+2
*
Fix find_by_last when order is given [#2127 state:committed]
Jan De Poorter
2009-03-09
1
-2
/
+2
*
Ensure replacing has_one associations respects the supplied :dependent option...
Dimitri Krassovski
2009-03-06
1
-2
/
+3
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+9
*
Introduce ActiveRecord::Reflection::ThroughReflection to simplify hm:t reflec...
Pratik Naik
2008-10-04
1
-0
/
+4
*
Improve test coverage when using the group option in find, has_many or has_an...
miloops
2008-09-11
1
-2
/
+2
*
Don't raise exception when comparing ActiveRecord::Reflection. [#842 state:re...
Ryan Bates
2008-08-16
1
-0
/
+4
*
Add support for :primary_key option to has_one as well as has_many so that a ...
Brad Greenlee
2008-07-06
1
-3
/
+3
*
Add :validate option to associations. [#301 state:resolved]
Jan De Poorter
2008-06-11
1
-3
/
+3
*
Fix faulty tests introduced in 8d0b4fa39
Michael Koziarski
2008-05-24
1
-2
/
+3
*
Introduce the :readonly option to all associations. Records from the associat...
Jeremy Kemper
2008-02-13
1
-3
/
+3
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-2
/
+2
*
Fix paths
Jeremy Kemper
2008-01-18
1
-5
/
+5
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+175