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
*
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