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
*
Remove the assignment for real this time.
Zachary Scott
2014-05-16
1
-2
/
+2
*
prepend mutates the string so we can remove the assignment
Rafael Mendonça França
2014-05-16
1
-1
/
+1
*
Don't use Active Support where it is not needed.
Rafael Mendonça França
2014-05-14
1
-1
/
+3
*
Merge pull request #14871 from kassio/kb-fixes-namespaced-habtm
Rafael Mendonça França
2014-05-14
1
-1
/
+5
|
\
|
*
Fix how to compute class name on habtm namespaced.
Kassio Borges
2014-05-13
1
-1
/
+5
*
|
remove count var
eileencodes
2014-05-13
1
-4
/
+2
*
|
rename delete_all_records to delete_or_nullify_all_records
eileencodes
2014-05-13
3
-8
/
+4
*
|
remove need for :all symbol
eileencodes
2014-05-13
1
-13
/
+6
*
|
begin refactoring delete_records method
eileencodes
2014-05-13
3
-13
/
+30
|
/
*
deprecate, join, preload, eager load of instance dependent associations.
Yves Senn
2014-05-10
2
-0
/
+2
*
Fixed HABTM's CollectionAssociation size
Fred Wu
2014-05-08
1
-1
/
+1
*
Follow-up to #14990 [ci skip]
Jon Atack
2014-05-07
1
-10
/
+9
*
Merge pull request #14982 from eric-chahin/GBV_refactor
Rafael Mendonça França
2014-05-06
1
-8
/
+1
|
\
|
*
Refactor AssociationScope#get_bind_values
Eric Chahin
2014-05-05
1
-8
/
+1
*
|
Fixed grammar
Fred Wu
2014-05-06
1
-1
/
+1
*
|
refactor and clean up delete_all method
eileencodes
2014-05-05
1
-9
/
+1
|
/
*
flip conditional in delete_all to handle nullify better
eileencodes
2014-04-28
1
-3
/
+3
*
simplify the delete all w/ dependency method
eileencodes
2014-04-28
1
-3
/
+3
*
remove unnecessary code from delete method
eileencodes
2014-04-28
1
-10
/
+2
*
write a new method to be accessed from delete_all
eileencodes
2014-04-28
1
-1
/
+9
*
Merge pull request #14853 from kassio/kb-fix-custom-join-table-habtm
Yves Senn
2014-04-25
1
-1
/
+1
|
\
|
*
Fix custom join_table name on habtm reflections
Kassio Borges
2014-04-25
1
-1
/
+1
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-25
3
-4
/
+6
|
\
|
|
*
reset `@arel` when modifying a Relation in place.
Yves Senn
2014-04-24
1
-1
/
+1
|
*
Merge pull request #14757 from estsauver/14752
Rafael Mendonça França
2014-04-22
1
-1
/
+1
|
|
\
|
|
*
select! renamed to avoid name collision Array#select!
Earl J St Sauver
2014-04-21
1
-1
/
+1
|
*
|
Merge pull request #14573 from habermann24/has_many_through_fix
Rafael Mendonça França
2014-04-22
1
-2
/
+4
|
|
\
\
|
|
*
|
Minor improvement: Use the merge method on the relation instead of instance_e...
Jan Habermann
2014-04-03
1
-1
/
+1
|
|
*
|
Simplify the code in target_scope
Jan Habermann
2014-04-03
1
-5
/
+2
|
|
*
|
Properly handle scoping with has_many :through. Fixes #14537.
Jan Habermann
2014-04-03
1
-2
/
+7
*
|
|
|
use statement cache for belongs_to relations
Aaron Patterson
2014-04-22
2
-2
/
+13
*
|
|
|
extract record fetching to a method for belongs_to
Aaron Patterson
2014-04-22
1
-1
/
+5
*
|
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-20
2
-33
/
+15
|
\
|
|
|
|
*
|
|
Hide BelongsToAssociation#increment_counters and #decrement_counters
Jean Boussier
2014-04-15
2
-3
/
+2
|
*
|
|
Use inheritance chain instead of callbacks to increment counter caches after ...
Jean Boussier
2014-04-14
1
-16
/
+0
|
*
|
|
Use inheritance chain instead of callbacks to increment counter caches after ...
Jean Boussier
2014-04-14
2
-16
/
+15
|
|
|
/
|
|
/
|
*
|
|
use cache queries for hm:t associations
Aaron Patterson
2014-04-15
1
-1
/
+1
*
|
|
cache scope building on associations
Aaron Patterson
2014-04-14
2
-7
/
+64
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-14
3
-7
/
+12
|
\
|
|
|
*
|
Merge pull request #14735 from byroot/idempotent-counter-caches
Aaron Patterson
2014-04-14
1
-4
/
+5
|
|
\
\
|
|
*
|
Make counter cache decrementation on destroy idempotent
Jean Boussier
2014-04-13
1
-4
/
+5
|
*
|
|
again, read_attribute is public, so just call it
Aaron Patterson
2014-04-13
1
-1
/
+1
|
*
|
|
read_attribute is public, so we should just call it
Aaron Patterson
2014-04-13
1
-1
/
+1
|
|
/
/
|
*
|
Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548
Rafael Mendonça França
2014-04-10
1
-1
/
+5
|
|
\
\
|
|
*
|
Fix insertion of records for hmt association with scope, fix #3548
Ivan Antropov
2013-11-17
1
-1
/
+5
*
|
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
5
-46
/
+22
|
\
|
|
|
|
*
|
|
remove check for present? from delete_all
eileencodes
2014-04-07
1
-2
/
+2
|
*
|
|
fix CollectionProxy delete_all documentation
eileencodes
2014-04-06
1
-6
/
+1
|
*
|
|
Merge pull request #11650 from prathamesh-sonpatki/rename
Rafael Mendonça França
2014-04-04
2
-7
/
+7
|
|
\
\
\
|
|
*
|
|
[Active Record] Renamed private methods create_record and update_record
Prathamesh Sonpatki
2014-02-20
2
-7
/
+7
[next]