aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/integration.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove wrong default value for `cache_versioning` in documentation of `cache_...Sebastian Röder2019-05-291-1/+1
* Revert "Deprecate `collection_cache_key` which is private API"Ryuta Kamizono2019-04-191-2/+0
* Deprecate `collection_cache_key` which is private APIRyuta Kamizono2019-04-191-1/+3
* Add collection cache versioningLachlan Sylvester2019-04-161-0/+8
* Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_ca...Ryuta Kamizono2019-04-041-0/+4
* Use official database name [ci skip]Ryuta Kamizono2019-04-031-1/+1
* Remove ability to specify a timestamp name for `#cache_key`Rafael Mendonça França2019-01-171-12/+3
* Use the full link URL instead of bit.ly [ci skip]Ryuta Kamizono2018-11-301-1/+2
* Merge pull request #33835 from schneems/schneems/faster_cache_versionSean Griffin2018-11-271-2/+50
|\
| * Prefer String#ljust over String#<< for paddinglsylvester2018-10-171-3/+2
| * Do not silently fail to generate a cache_versionschneems2018-10-171-6/+11
| * Use raw time string from DB to generate ActiveRecord#cache_versionschneems2018-10-171-2/+46
* | Fix cache_versioning default note (#34466)Gannon McGibbon2018-11-161-1/+1
|/
* [ci skip] Fix typoFrancesco Rodríguez2018-10-081-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-4/+2
* Fix a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-1/+0
* Fix `warning: assigned but unused variable - timestamp`Ryuta Kamizono2017-05-201-1/+1
* Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_keyDavid Heinemeier Hansson2017-05-191-17/+26
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-9/+40
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-3/+3
* Fix issue with `cache_key` when the named timestamp column has value nilPrathamesh Sonpatki2016-09-071-10/+13
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-2/+2
* fix to_param to maximize contentRob Biedenharn2016-07-081-2/+2
* fixes #21815Maarten Jacobs2015-10-161-2/+2
* [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-061-1/+1
* D HH => D H HAkira Matsuda2015-09-181-1/+1
* Use #model_name on instances instead of classesAmiel Martin2014-06-241-4/+4
* Fix to_param when attribute has multibyte characterrono232013-12-191-2/+4
* explain how `to_param` wil truncate long values. [ci skip] refs #12900.Yves Senn2013-11-151-0/+3
* added one test case and example for ActiveRecord::Base.to_param methodKuldeep Aggarwal2013-11-151-0/+4
* Addendum to #12891Javan Makhmali2013-11-141-6/+10
* Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att...Javan Makhmali2013-11-141-0/+31
* Refactor logic to grab the max time of the list of timestamp names in #cache_keyCarlos Antonio da Silva2013-11-041-2/+2
* Respect cache timestamp format when giving timestamps to #cache_keyCarlos Antonio da Silva2013-11-041-1/+2
* :scissors: [ci skip]Carlos Antonio da Silva2013-11-041-2/+2
* Extend ActiveRecord::Base#cache_key to take an optional list of timestamp att...David Heinemeier Hansson2013-11-021-1/+9
* Prefer find_by over dynamic finders in rdocSam Ruby2013-04-021-2/+2
* cache_key consults updated_on timestamp if presentBrendon Murphy2013-02-261-1/+1
* revises the documentation of AR::Base.cache_timestamp_format [ci skip]Xavier Noria2013-02-201-2/+4
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-2/+2
* User Rails 4 find_byrobertomiranda2013-01-181-2/+2
* Allow users to choose the timestamp format in the cache keyRafael Mendonça França2012-12-101-1/+12
* Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-2/+0
* Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-191-1/+1
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+49