rails/activerecord/lib
Ryuta Kamizono 0413501691 Remove unused attr_writers visitor and indexes
I deprecated two unused attr_writers `visitor` and `indexes` at 8056fe0
and f4bc364 conservatively, since those are accidentaly exposed in the
docs.

https://api.rubyonrails.org/v5.2/classes/ActiveRecord/ConnectionAdapters/AbstractAdapter.html
https://api.rubyonrails.org/v5.2/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html

But I've found that `view_renderer` attr_writer is removed without
deprecation at #35093, that is also exposed in the doc.

https://api.rubyonrails.org/v5.2/classes/ActionView/Base.html

I'd like to also remove the deprecated attr_writers since I think that
removing `visitor` and `indexes` attr_writers is as safe as removing
`view_renderer` attr_writer.
2019-02-01 02:32:01 +09:00
..
active_record Remove unused attr_writers visitor and indexes 2019-02-01 02:32:01 +09:00
arel Make And and Case into expression nodes 2019-01-24 14:35:52 -05:00
rails/generators Refactor migrations_path command option to database 2018-09-28 14:24:36 -04:00
active_record.rb Adds basic automatic database switching to Rails 2019-01-30 13:37:25 -05:00
arel.rb Remove unused Arel::Compatibility::Wheres 2019-01-15 22:13:25 +09:00