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
/
active_record
/
associations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some API documentation about nested through associations
Jon Leighton
2010-10-19
1
-8
/
+52
*
Remove various comments and code which were just being used during the develo...
Jon Leighton
2010-10-19
1
-8
/
+0
*
Small refactoring
Jon Leighton
2010-10-19
1
-6
/
+2
*
Bugfix/refactoring
Jon Leighton
2010-10-19
1
-6
/
+6
*
Support for :primary_key option on the source reflection of a through associa...
Jon Leighton
2010-10-19
1
-6
/
+4
*
Properly support conditions on any of the reflections involved in a nested th...
Jon Leighton
2010-10-19
1
-6
/
+9
*
Make sure nested through associations are read only
Jon Leighton
2010-10-15
1
-0
/
+6
*
Fix small bug which was shown by the last commit
Jon Leighton
2010-10-15
1
-1
/
+1
*
First bit of support for habtm in through assocs - test_has_many_through_has_...
Jon Leighton
2010-10-13
1
-10
/
+35
*
Some small tweaks on the last commit
Jon Leighton
2010-10-12
1
-17
/
+5
*
Extract aliasing code from JoinDependency and JoinAssociation into a separate...
Jon Leighton
2010-10-12
1
-41
/
+15
*
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
1
-89
/
+85
*
Refactoring JoinDependency and friends. This improves the code (IMO) includin...
Jon Leighton
2010-10-06
1
-183
/
+307
*
Initial nested_has_many_through support [#1152]
Bodaniel Jeanes
2010-09-26
1
-0
/
+1
*
avoid a proc object
Aaron Patterson
2010-09-22
1
-1
/
+1
*
avoid creating a range object
Aaron Patterson
2010-09-22
1
-1
/
+1
*
drying up construct_association
Aaron Patterson
2010-09-21
1
-15
/
+15
*
dry up some conditionals
Aaron Patterson
2010-09-21
1
-3
/
+4
*
fixing case / when indentation
Aaron Patterson
2010-09-21
1
-19
/
+19
*
fix case / when indentation
Aaron Patterson
2010-09-21
1
-18
/
+18
*
avoid a hash lookup
Aaron Patterson
2010-09-21
1
-2
/
+2
*
refacoring duplicate code. <3 <3 <3
Aaron Patterson
2010-09-21
1
-2
/
+3
*
this reject can be replaced with compact
Aaron Patterson
2010-09-21
1
-1
/
+1
*
removing unused code
Aaron Patterson
2010-09-21
1
-2
/
+1
*
remove some repeated code
Aaron Patterson
2010-09-21
1
-2
/
+2
*
break up giant method
Aaron Patterson
2010-09-21
1
-62
/
+72
*
removing lolinject
Aaron Patterson
2010-09-21
1
-1
/
+1
*
remove join table rows before removing owner row for habtm associations, fixe...
Hemant Kumar
2010-09-21
1
-1
/
+1
*
providing arel with column information when possible [#5392 state:resolved]
Aaron Patterson
2010-09-21
1
-3
/
+10
*
Use new finders syntax in docs.
Emilio Tagua
2010-09-01
1
-1
/
+1
*
lifecycle should be two words, life cycle
Jaime Iniesta
2010-08-26
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-172
/
+172
*
converting to a symbol is not necessary
Aaron Patterson
2010-08-13
1
-1
/
+1
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-6
/
+6
*
be more precise re :validate and :autosave
Xavier Noria
2010-08-12
1
-4
/
+4
*
revises some autosave docs, style and content
Xavier Noria
2010-08-12
1
-2
/
+1
*
adding more documentation for autosave option
Neeraj Singh
2010-08-09
1
-1
/
+2
*
updating documentation for method configure_dependency_for_has_many
Neeraj Singh
2010-08-06
1
-8
/
+5
*
Merge remote branch 'docrails/master' into 3-0-stable
Xavier Noria
2010-08-03
1
-182
/
+269
|
\
|
*
ensuring that documentation does not exceed 100 columns
Neeraj Singh
2010-08-01
1
-180
/
+267
|
*
fixing documentation just a little bit
Neeraj Singh
2010-07-31
1
-2
/
+2
*
|
Remove duplicated logic.
José Valim
2010-08-02
1
-7
/
+9
*
|
Eager loading an association should not change the count of children
Neeraj Singh
2010-08-02
1
-0
/
+4
*
|
Tidy up previous commit.
José Valim
2010-08-02
1
-3
/
+3
*
|
test and fix collection_singular_ids= with string primary keys [#5125 state:r...
Robert Pankowecki
2010-08-02
1
-1
/
+3
*
|
Add an internal (private API) after_touch callback. [#5271 state:resolved]
José Valim
2010-08-02
1
-0
/
+1
|
/
*
removed ambiguity from autosave description
Simon Tokumine
2010-07-28
1
-1
/
+1
*
Added missing require of remove_method
Łukasz Strzałkowski
2010-07-19
1
-0
/
+1
*
Make use of redefine_method, removed some more redefining warnings
Łukasz Strzałkowski
2010-07-19
1
-27
/
+12
[next]