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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hide more data in the schema cache
Aaron Patterson
2013-03-14
1
-1
/
+1
*
dependent: :destroy should call destroy_all
Neeraj Singh
2013-03-11
1
-2
/
+3
*
Show warning message if delete_all is firing callbacks
Neeraj Singh
2013-03-11
1
-0
/
+9
*
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
1
-3
/
+3
*
deal with `#append` and `#prepend` on association collections.
Yves Senn
2013-03-01
1
-0
/
+5
*
don't use non-ascii ' chars in documentation
Yves Senn
2013-03-01
1
-4
/
+4
*
Fix touching an invalid parent record for belongs_to
Olek Janiszewski
2013-02-26
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-02-26
1
-1
/
+1
|
\
|
*
BELONGS TO ASSOCIATION | Typo fix
libin
2013-02-25
1
-1
/
+1
*
|
No need to send public methods
Akira Matsuda
2013-02-26
2
-2
/
+2
*
|
don't apply invalid ordering when preloading hmt associations.
Yves Senn
2013-02-24
1
-2
/
+2
|
/
*
don't cache invalid subsets when preloading hmt associations.
Yves Senn
2013-02-14
1
-1
/
+2
*
Reverting 16f6f25 (Change behaviour with empty array in where clause)
Guillermo Iguaran
2013-02-08
1
-1
/
+1
*
Change behaviour with empty array in where clause
robertomiranda
2013-02-08
1
-1
/
+1
*
Refactor to use each_key, remove extra spaces
Carlos Antonio da Silva
2013-01-28
1
-1
/
+1
*
Prevent Relation#merge from collapsing wheres on the RHS
Jon Leighton
2013-01-27
1
-4
/
+8
*
Undeprecate the :extend option
Jon Leighton
2013-01-18
2
-1
/
+3
*
CollectionProxy should be default scoped
Jon Leighton
2013-01-18
1
-0
/
+1
*
`CollectionAssociation#empty?` respects newly builded records
Yves Senn
2013-01-13
1
-1
/
+1
*
Merge pull request #8568 from inossidabile/fix-in_clause_length
Jon Leighton
2013-01-11
1
-1
/
+1
|
\
|
*
Eager loading made to use relation's in_clause_length instead of host's one (...
Boris Staal
2012-12-20
1
-1
/
+1
*
|
Merge pull request #8823 from acapilleri/target_reflection_has_associated_record
Carlos Antonio da Silva
2013-01-08
1
-5
/
+1
|
\
\
|
*
|
target_reflection_has_associated_record? refactoring
Angelo Capilleri
2013-01-08
1
-5
/
+1
*
|
|
Merge pull request #8826 from acapilleri/different_target
Carlos Antonio da Silva
2013-01-08
1
-2
/
+5
|
\
\
\
|
*
|
|
improved different_target conditions
Angelo Capilleri
2013-01-08
1
-2
/
+5
|
|
/
/
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-01-09
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
prefer american spelling of 'behavior'
Gosha Arinich
2013-01-07
1
-2
/
+2
|
|
/
*
|
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
|
refactoring to_sym of Symbol in preload
Angelo capilleri
2013-01-02
1
-1
/
+3
|
/
*
Fix for has_many_through counter_cache bug
Matthew Robertson
2012-12-14
1
-0
/
+5
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-3
/
+3
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-01
1
-3
/
+13
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-12-01
1
-1
/
+1
|
*
add documentation to CollectionProxy #length and #size methods [ci skip]
Francesco Rodriguez
2012-11-29
1
-2
/
+7
|
*
add documentation to CollectionProxy#empty?
Francesco Rodriguez
2012-11-29
1
-1
/
+6
*
|
Use separate Relation subclasses for each AR class
Jon Leighton
2012-11-30
2
-3
/
+3
*
|
Ensure that associations have a symbol argument.
Steve Klabnik
2012-11-28
1
-0
/
+2
|
/
*
Merge pull request #8291 from senny/8265_build_with_polymorphic_association
Rafael Mendonça França
2012-11-22
1
-1
/
+2
|
\
|
*
prevent mass assignment of polymorphic type when using `build`
Yves Senn
2012-11-22
1
-1
/
+2
*
|
Remove the #sum method from CollectionAssociation
Carlos Antonio da Silva
2012-11-21
1
-9
/
+0
|
/
*
Do not create useless database transaction when building `has_one` association.
Bogdan Gusiev
2012-11-10
1
-1
/
+9
*
fix warnings
Jon Leighton
2012-11-09
1
-1
/
+1
*
Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many
Jon Leighton
2012-11-09
2
-2
/
+2
|
\
|
*
:counter_cache option for to support custom named counter caches. Closes #7993
Yves Senn
2012-11-04
2
-2
/
+2
*
|
Delegate all calculations to the scope.
Jon Leighton
2012-11-09
1
-4
/
+2
*
|
CollectionProxy#pluck issues no query for a new_record? owner
Jon Leighton
2012-11-09
1
-0
/
+4
*
|
Nullify the relation at a more general level.
Jon Leighton
2012-11-09
2
-6
/
+13
*
|
Relations built off collection associations with an unsaved owner should be n...
Jon Leighton
2012-11-09
1
-2
/
+3
*
|
adding requires for constant dependencies
Aaron Patterson
2012-11-07
1
-0
/
+3
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
4
-6
/
+6
|
\
[next]