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
*
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
*
clean up ||= with an initialized variable and attr_reader
Aaron Patterson
2010-07-14
1
-5
/
+2
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-07-07
1
-0
/
+4
|
\
|
*
added more info about << operation in associations
Neeraj Singh
2010-07-06
1
-0
/
+4
*
|
documents automatic management of join models in hmt associations, in particu...
Xavier Noria
2010-07-06
1
-4
/
+11
|
/
*
Improve documentation for assocations :autosave option.
Edgars Beigarts
2010-06-22
1
-4
/
+12
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+1
|
\
|
*
remove executable permission from files that don't need it. [#4802 state:reso...
rohit
2010-06-20
1
-0
/
+0
|
*
ActiveRecord and ActionPack now use the new descendants implementation.
José Valim
2010-06-19
1
-1
/
+1
*
|
Active Record Associations - minor change of DeleteRestrictionError doc for c...
Bryan Woods
2010-06-15
1
-1
/
+1
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-5
/
+5
|
\
\
|
|
/
|
/
|
[next]