| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |