aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/integration.rb
Commit message (Expand)AuthorAgeFilesLines
* 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