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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
|
|
Remove various comments and code which were just being used during the develo...
Jon Leighton
2010-10-19
4
-194
/
+0
|
*
|
|
|
|
|
|
|
|
|
Add explicit tests for the nested through association changes in reflection.rb
Jon Leighton
2010-10-19
1
-2
/
+13
|
*
|
|
|
|
|
|
|
|
|
Small refactoring
Jon Leighton
2010-10-19
1
-6
/
+2
|
*
|
|
|
|
|
|
|
|
|
Support the :primary_key option on a through reflection in a nested through a...
Jon Leighton
2010-10-19
1
-5
/
+2
|
*
|
|
|
|
|
|
|
|
|
Bugfix/refactoring
Jon Leighton
2010-10-19
3
-11
/
+20
|
*
|
|
|
|
|
|
|
|
|
Remove unused methods
Jon Leighton
2010-10-19
1
-11
/
+0
|
*
|
|
|
|
|
|
|
|
|
Support for :primary_key option on the source reflection of a through associa...
Jon Leighton
2010-10-19
3
-8
/
+14
|
*
|
|
|
|
|
|
|
|
|
Respect the :primary_key option on the through_reflection of (non-nested) thr...
Jon Leighton
2010-10-19
3
-8
/
+8
|
*
|
|
|
|
|
|
|
|
|
Properly support conditions on any of the reflections involved in a nested th...
Jon Leighton
2010-10-19
3
-76
/
+119
|
*
|
|
|
|
|
|
|
|
|
Refactoring: replace the mix of variables like @finder_sql, @counter_sql, etc...
Jon Leighton
2010-10-17
11
-154
/
+138
|
*
|
|
|
|
|
|
|
|
|
Make sure nested through associations are read only
Jon Leighton
2010-10-15
5
-9
/
+40
|
*
|
|
|
|
|
|
|
|
|
Fix small bug which was shown by the last commit
Jon Leighton
2010-10-15
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
Support preloading nested through associations (using the default multi-query...
Jon Leighton
2010-10-15
1
-61
/
+76
|
*
|
|
|
|
|
|
|
|
|
Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...
Jon Leighton
2010-10-14
1
-2
/
+6
|
*
|
|
|
|
|
|
|
|
|
Fix bug in previous refactoring
Jon Leighton
2010-10-14
1
-6
/
+6
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-10-14
15
-121
/
+113
|
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
Add test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflec...
Jon Leighton
2010-10-13
1
-3
/
+28
|
*
|
|
|
|
|
|
|
|
|
|
Refactoring ThroughAssociationScope#construct_through_joins
Jon Leighton
2010-10-13
1
-54
/
+62
|
*
|
|
|
|
|
|
|
|
|
|
First bit of support for habtm in through assocs - test_has_many_through_has_...
Jon Leighton
2010-10-13
2
-23
/
+67
|
*
|
|
|
|
|
|
|
|
|
|
Hook ThroughAssociationScope up to use the AliasTracker class
Jon Leighton
2010-10-13
1
-9
/
+30
|
*
|
|
|
|
|
|
|
|
|
|
Some small tweaks on the last commit
Jon Leighton
2010-10-12
2
-19
/
+12
|
*
|
|
|
|
|
|
|
|
|
|
Extract aliasing code from JoinDependency and JoinAssociation into a separate...
Jon Leighton
2010-10-12
2
-41
/
+83
|
*
|
|
|
|
|
|
|
|
|
|
Add a commented, failing test for using a habtm in a has many through associa...
Jon Leighton
2010-10-12
1
-46
/
+50
|
*
|
|
|
|
|
|
|
|
|
|
Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...
Jon Leighton
2010-10-12
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
Support has_one through assocs as the source association
Jon Leighton
2010-10-12
1
-10
/
+21
|
*
|
|
|
|
|
|
|
|
|
|
Refactoring to remove duplication introduced by the last commit
Jon Leighton
2010-10-10
1
-160
/
+145
|
*
|
|
|
|
|
|
|
|
|
|
Add support for nested through associations in JoinAssociation. Hence Foo.joi...
Jon Leighton
2010-10-09
2
-89
/
+89
|
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-10-06
10
-66
/
+96
|
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
Refactoring JoinDependency and friends. This improves the code (IMO) includin...
Jon Leighton
2010-10-06
3
-197
/
+313
|
*
|
|
|
|
|
|
|
|
|
|
|
Add support for table aliasing, with a test that needs aliasing in order to w...
Jon Leighton
2010-10-02
1
-13
/
+37
|
*
|
|
|
|
|
|
|
|
|
|
|
Integrate nested support into ThroughAssociationScope, using my concept of ge...
Jon Leighton
2010-10-02
4
-47
/
+95
|
*
|
|
|
|
|
|
|
|
|
|
|
Started implementing nested :through associations by using the existing struc...
Jon Leighton
2010-10-01
3
-19
/
+47
|
*
|
|
|
|
|
|
|
|
|
|
|
Merge branch 'master' into nested_has_many_through_2
Jon Leighton
2010-09-30
19
-166
/
+139
|
|
\
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
|
Initial nested_has_many_through support [#1152]
Bodaniel Jeanes
2010-09-26
4
-3
/
+162
*
|
|
|
|
|
|
|
|
|
|
|
|
|
Change behavior of count(:limit => x, :offset => y) to limit/offset before co...
John Mileham
2011-03-03
1
-14
/
+26
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
|
|
Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveReco...
Alexander Uvarov
2011-03-01
1
-0
/
+11
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
|
Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods...
Jon Leighton
2011-02-28
11
-626
/
+618
*
|
|
|
|
|
|
|
|
|
|
|
Rewrote AssociationPreload.
Jon Leighton
2011-02-28
17
-440
/
+565
*
|
|
|
|
|
|
|
|
|
|
|
use an attribute rather than a SQL literal
Aaron Patterson
2011-02-26
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
|
removing limits and offsets from COUNT queries unless both are specified. [#6...
Aaron Patterson
2011-02-25
2
-1
/
+14
*
|
|
|
|
|
|
|
|
|
|
|
only take the limit if there is a limit to take
Aaron Patterson
2011-02-25
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-25
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
Fix missing inheritance from AR::Base in docs
Josep M. Bach
2011-02-24
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
|
|
fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses
Eric Allam
2011-02-24
1
-2
/
+3
*
|
|
|
|
|
|
|
|
|
|
|
|
Fix observer callbacks firing multiple times on descendant instances
Kamal Fariz Mahyuddin
2011-02-22
1
-1
/
+8
*
|
|
|
|
|
|
|
|
|
|
|
|
We're in 2011, let's update our license
Prem Sichanugrist
2011-02-22
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
|
|
Relation will delegate to AR::Base which already uses the Dynamic finders, so...
Aaron Patterson
2011-02-22
1
-8
/
+3
|
/
/
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
|
|
Use proper objects to do the work to build the associations (adding methods, ...
Jon Leighton
2011-02-21
13
-406
/
+537
*
|
|
|
|
|
|
|
|
|
|
|
Rename target_klass to klass
Jon Leighton
2011-02-21
3
-10
/
+10
*
|
|
|
|
|
|
|
|
|
|
|
Delegate through_reflection and source_reflection to reflection
Jon Leighton
2011-02-21
3
-34
/
+34
[prev]
[next]