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
/
counter_cache.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-6
/
+6
*
Improve consistency of counter caches updating in memory
Sean Griffin
2015-01-26
1
-1
/
+1
*
Go through normal `update_all` logic when updating counter caches
Sean Griffin
2014-12-26
1
-4
/
+3
*
remove useless methods
Sergey Alekseev
2014-12-03
1
-10
/
+0
*
No need to call to_sym here
Godfrey Chan
2014-09-20
1
-1
/
+1
*
Redefine macro checks for reflections
eileencodes
2014-07-30
1
-1
/
+1
*
Add `:all` argument to `count` in `reset_counters`
Cade Truitt
2014-07-02
1
-1
/
+1
*
Refactoring .reflections public method.
Arthur Neves
2014-05-26
1
-1
/
+1
*
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-3
/
+2
*
Updates reset_counters to allow counter name in params
Jason Normore
2014-05-16
1
-5
/
+10
*
Restore the destroy_by_association check in post destroy counter cache
Jean Boussier
2014-04-15
1
-2
/
+9
*
Set _after_create_counter_called flag to make update counter cache work
Jean Boussier
2014-04-15
1
-1
/
+6
*
Use inheritance chain instead of callbacks to increment counter caches after ...
Jean Boussier
2014-04-14
1
-4
/
+4
*
Use inheritance chain instead of callbacks to increment counter caches after ...
Jean Boussier
2014-04-14
1
-0
/
+16
*
Make counter cache decrementation on destroy idempotent
Jean Boussier
2014-04-13
1
-0
/
+21
*
Spelling and Grammar checks
Akshay Vishnoi
2013-12-12
1
-4
/
+4
*
changed update counter to act on unscoped model
heruku
2013-11-26
1
-1
/
+1
*
pass the pk to compile_update
Aaron Patterson
2013-11-16
1
-1
/
+1
*
update_counters accepts a hash, not an array of hashes
Michael Kozono
2013-05-21
1
-1
/
+1
*
`#reset_counters` verifies counter names.
Yves Senn
2013-03-15
1
-1
/
+2
*
grammar improvements for increment_counter and decrement_counter docs
Matthew Robertson
2012-12-02
1
-6
/
+8
*
increment_counter and decrement_counter can accept and array of ids as an arg
Matthew Robertson
2012-12-02
1
-2
/
+2
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-2
/
+2
*
Refactor
Santiago Pastorino
2012-10-03
1
-5
/
+4
*
Fix reset_counters() crashing on has_many :through associations.
lulalala
2012-10-02
1
-2
/
+7
*
reset_counters() was crashing when there were multiple belongs_to association...
Dave Desrochers
2012-08-21
1
-1
/
+1
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-98
/
+102
*
remove deprecate #update_all usage
Jon Leighton
2012-04-26
1
-1
/
+1
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-2
/
+0
*
Refactor and cleanup in some ActiveRecord modules
Carlos Antonio da Silva
2012-03-03
1
-1
/
+1
*
Remove not used if..else clause
Carlos Antonio da Silva
2012-01-23
1
-6
/
+0
*
Unused var removed
Arun Agrawal
2012-01-23
1
-1
/
+1
*
Fix bug where reset_counters resets the wrong counter cache.
David Peter
2012-01-16
1
-1
/
+2
*
Remove unnecessary comma.
Uģis Ozols
2011-12-26
1
-1
/
+1
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-1
/
+1
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-1
/
+2
|
\
|
*
removing more calls to deprecated methods
Aaron Patterson
2010-12-02
1
-1
/
+2
*
|
Added method to IM to remove objects by class and id. Then used it to remove ...
Emilio Tagua
2010-11-19
1
-0
/
+2
|
/
*
Use COALESCE in update_counters docs to reflect the implementation
Carlos Antonio da Silva
2010-08-18
1
-3
/
+3
*
Refactor previous commits a bit.
José Valim
2010-07-08
1
-7
/
+10
*
reset_counter should work with non-traditional belongs_to and polymorphic bel...
Neeraj Singh
2010-07-08
1
-3
/
+9
*
Adds title and basic description where needed.
Rizwan Reza
2010-06-15
1
-0
/
+1
*
fix `reset_counters` to work even with complex class names
Mislav Marohnić
2010-05-24
1
-4
/
+6
*
cleanup `update/reset_counters`: less SQL strings, more ActiveRecord/Arel
Mislav Marohnić
2010-05-24
1
-12
/
+8
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-0
/
+107