rails/activerecord/lib
Jonathan Hefner c8b3642ede Ensure AR::Core#{slice,values_at} appear in RDoc [ci-skip]
When a `:method:` doc is immediately followed by the `private` keyword,
RDoc will hide that doc as if it were a private method.

In #48324, the `:method:` docs for `ActiveRecord::Core#slice` and
`ActiveRecord::Core#values_at` were swapped in an attempt to force
`values_at` to appear in the rendered docs.  However, doing so causes
`slice` to dissappear from the rendered docs.

To ensure that `slice` and `values_at` both appear in the rendered docs,
this commit moves their `:method:` docs away from the `private` keyword
in `ActiveRecord::Core`.
2023-10-07 12:26:14 -05:00
..
active_record Ensure AR::Core#{slice,values_at} appear in RDoc [ci-skip] 2023-10-07 12:26:14 -05:00
arel Merge pull request #48095 from ippachi/triple-dot-range-unscope 2023-09-04 17:16:25 +09:00
rails/generators Simplify the implementation to register the correct source_path for the migration template 2023-05-24 22:54:12 +00:00
active_record.rb Change has_secure_token default to on: :initialize 2023-09-01 20:17:22 +00:00
arel.rb Fix a code block in the Arel documentation 2023-05-06 18:57:12 -07:00