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
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-1
/
+1
*
reduce duplication in assiciations #construct()
Aaron Patterson
2010-11-06
1
-9
/
+3
*
make sure we keep parent records in order
Aaron Patterson
2010-11-06
1
-6
/
+6
*
only call to_s on the association variable once
Aaron Patterson
2010-11-05
1
-2
/
+5
*
simplify instantiate in the join parts object
Aaron Patterson
2010-11-05
1
-8
/
+7
*
index is not used, so removing it
Aaron Patterson
2010-11-05
1
-1
/
+1
*
reduce method calls to the join base object
Aaron Patterson
2010-11-05
1
-4
/
+6
*
refactoring find_join_association
Aaron Patterson
2010-10-30
1
-5
/
+6
*
Fix issues when including the same association multiple times and mixing join...
Ernie Miller
2010-10-30
1
-11
/
+37
*
removing space errors
Aaron Patterson
2010-10-22
1
-45
/
+45
*
Delete unused methods in JoinAssociation
Jon Leighton
2010-10-13
1
-8
/
+0
*
Renaming and formatting changes in JoinDependency
Jon Leighton
2010-10-13
1
-47
/
+51
*
Refactor JoinDependency and friends so that a JoinAssociation can produce an ...
Jon Leighton
2010-10-13
1
-145
/
+265
*
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
*
Removed warnings about method redefining
Łukasz Strzałkowski
2010-07-19
1
-9
/
+24
*
JoinDependency#graft does not properly set parent join [#5124 state:resolved]
David Genord II
2010-07-16
1
-1
/
+1
[next]