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
/
integration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove wrong default value for `cache_versioning` in documentation of `cache_...
Sebastian Röder
2019-05-29
1
-1
/
+1
*
Revert "Deprecate `collection_cache_key` which is private API"
Ryuta Kamizono
2019-04-19
1
-2
/
+0
*
Deprecate `collection_cache_key` which is private API
Ryuta Kamizono
2019-04-19
1
-1
/
+3
*
Add collection cache versioning
Lachlan Sylvester
2019-04-16
1
-0
/
+8
*
Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_ca...
Ryuta Kamizono
2019-04-04
1
-0
/
+4
*
Use official database name [ci skip]
Ryuta Kamizono
2019-04-03
1
-1
/
+1
*
Remove ability to specify a timestamp name for `#cache_key`
Rafael Mendonça França
2019-01-17
1
-12
/
+3
*
Use the full link URL instead of bit.ly [ci skip]
Ryuta Kamizono
2018-11-30
1
-1
/
+2
*
Merge pull request #33835 from schneems/schneems/faster_cache_version
Sean Griffin
2018-11-27
1
-2
/
+50
|
\
|
*
Prefer String#ljust over String#<< for padding
lsylvester
2018-10-17
1
-3
/
+2
|
*
Do not silently fail to generate a cache_version
schneems
2018-10-17
1
-6
/
+11
|
*
Use raw time string from DB to generate ActiveRecord#cache_version
schneems
2018-10-17
1
-2
/
+46
*
|
Fix cache_versioning default note (#34466)
Gannon McGibbon
2018-11-16
1
-1
/
+1
|
/
*
[ci skip] Fix typo
Francesco Rodríguez
2018-10-08
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-4
/
+2
*
Fix a RuboCop offences using `rubocop -a`
Koichi ITO
2017-05-24
1
-1
/
+0
*
Fix `warning: assigned but unused variable - timestamp`
Ryuta Kamizono
2017-05-20
1
-1
/
+1
*
Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_key
David Heinemeier Hansson
2017-05-19
1
-17
/
+26
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-9
/
+40
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-3
/
+3
*
Fix issue with `cache_key` when the named timestamp column has value nil
Prathamesh Sonpatki
2016-09-07
1
-10
/
+13
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
fix to_param to maximize content
Rob Biedenharn
2016-07-08
1
-2
/
+2
*
fixes #21815
Maarten Jacobs
2015-10-16
1
-2
/
+2
*
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
tanmay3011
2015-10-06
1
-1
/
+1
*
D HH => D H H
Akira Matsuda
2015-09-18
1
-1
/
+1
*
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
1
-4
/
+4
*
Fix to_param when attribute has multibyte character
rono23
2013-12-19
1
-2
/
+4
*
explain how `to_param` wil truncate long values. [ci skip] refs #12900.
Yves Senn
2013-11-15
1
-0
/
+3
*
added one test case and example for ActiveRecord::Base.to_param method
Kuldeep Aggarwal
2013-11-15
1
-0
/
+4
*
Addendum to #12891
Javan Makhmali
2013-11-14
1
-6
/
+10
*
Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att...
Javan Makhmali
2013-11-14
1
-0
/
+31
*
Refactor logic to grab the max time of the list of timestamp names in #cache_key
Carlos Antonio da Silva
2013-11-04
1
-2
/
+2
*
Respect cache timestamp format when giving timestamps to #cache_key
Carlos Antonio da Silva
2013-11-04
1
-1
/
+2
*
:scissors: [ci skip]
Carlos Antonio da Silva
2013-11-04
1
-2
/
+2
*
Extend ActiveRecord::Base#cache_key to take an optional list of timestamp att...
David Heinemeier Hansson
2013-11-02
1
-1
/
+9
*
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-2
/
+2
*
cache_key consults updated_on timestamp if present
Brendon Murphy
2013-02-26
1
-1
/
+1
*
revises the documentation of AR::Base.cache_timestamp_format [ci skip]
Xavier Noria
2013-02-20
1
-2
/
+4
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-2
/
+2
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-2
/
+2
*
Allow users to choose the timestamp format in the cache key
Rafael Mendonça França
2012-12-10
1
-1
/
+12
*
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-2
/
+0
*
Increase `AR#cache_key` precision to nanoseconds
Jamie Gaskins
2012-05-19
1
-1
/
+1
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+49