Sha256: f0ba11d4c0700be989927f6d565d6e796c5b5e911e1778fa2563cbda85891a86
Contents?: true
Size: 448 Bytes
Versions: 8
Compression:
Stored size: 448 Bytes
Contents
# Active Record Deprecated Finders This gem will be used to extract and deprecate old-style finder option hashes in Active Record: ``` ruby Post.find(:all, conditions: { published_on: 2.weeks.ago }, limit: 5) ``` It will be a dependency of Rails 4.0 to provide the deprecated functionality. It will be removed as a dependency in Rails 4.1, but users can manually include it in their Gemfile and it will continue to be maintained until Rails 5.
Version data entries
8 entries across 8 versions & 2 rubygems