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
/
models
/
company.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added :order option to find :first methods and associations as otherwise Orac...
Raimonds Simanovskis
2009-08-06
1
-2
/
+6
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-0
/
+1
*
Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...
Pratik Naik
2009-07-01
1
-0
/
+4
*
Revert "Generate proper :counter_sql from :finder_sql when there is a newline...
Yehuda Katz + Carl Lerche
2009-06-22
1
-4
/
+0
*
Generate proper :counter_sql from :finder_sql when there is a newline charact...
Patrick Joyce
2009-06-21
1
-0
/
+4
*
Merge branch 'master' into active_model
Pratik Naik
2009-04-22
1
-7
/
+6
|
\
|
*
Ensure :dependent => :delete_all works for association with hash conditions
Pratik Naik
2009-04-20
1
-7
/
+6
*
|
Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.val...
Pratik Naik
2009-03-21
1
-3
/
+6
|
/
*
Fix find_by_last when order is given [#2127 state:committed]
Jan De Poorter
2009-03-09
1
-0
/
+1
*
Ensure replacing has_one associations respects the supplied :dependent option...
Dimitri Krassovski
2009-03-06
1
-0
/
+1
*
Fix configure_dependency_for_has_many not quoting conditions properly [#1461 ...
Frederick Cheung
2008-12-21
1
-0
/
+1
*
Ensure association proxy responds to private class methods defined in associa...
Pratik Naik
2008-10-16
1
-0
/
+8
*
Ensure methods called on association proxies respect access control. [#1083 s...
Pratik Naik
2008-10-13
1
-1
/
+12
*
Use select and change test so new tests can work on postgres.
miloops
2008-09-12
1
-2
/
+2
*
Improve test coverage when using the group option in find, has_many or has_an...
miloops
2008-09-11
1
-0
/
+2
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Use klass.sti_name to make sure associations take store_full_sti_class into a...
Daniel Guettler
2008-07-22
1
-0
/
+7
*
Add support for :primary_key option to has_one as well as has_many so that a ...
Brad Greenlee
2008-07-06
1
-0
/
+1
*
Add has_many :primary_key option to allow setting the primary key on a has ma...
Andre Arko
2008-07-06
1
-0
/
+2
*
Add :validate option to associations. [#301 state:resolved]
Jan De Poorter
2008-06-11
1
-1
/
+3
*
Fix faulty tests introduced in 8d0b4fa39
Michael Koziarski
2008-05-24
1
-1
/
+1
*
Added :select option to has_one and belongs_to, remove unused :order option o...
josevalim
2008-05-24
1
-0
/
+2
*
Add ActiveRecord option to store the full class name on STI's type column, al...
Rodrigo Kochenburger
2008-05-13
1
-0
/
+4
*
Introduce the :readonly option to all associations. Records from the associat...
Jeremy Kemper
2008-02-13
1
-0
/
+3
*
move assets and models
Jeremy Kemper
2008-01-18
1
-0
/
+114
[prev]