1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
eileencodes b7b26fabee Disallow calling connected_to on subclasses of ActiveRecord::Base
Behavior has not changed here but the previous API could be
misleading to people who thought it would switch connections for only
that class. `connected_to` switches the context from which we are
getting connections, not the connections themselves.

Co-authored-by: John Crepezzi <john.crepezzi@gmail.com>
2020-02-26 16:07:55 -05:00
..
active_record Disallow calling connected_to on subclasses of ActiveRecord::Base 2020-02-26 16:07:55 -05:00
arel Merge pull request #38131 from kddeisz/nulls 2020-01-07 11:47:46 -03:00
rails/generators Deprecate spec_name and use name for configurations 2020-02-24 13:27:07 -05:00
active_record.rb Move advisory lock to it's own connection 2020-01-23 14:36:32 -05:00
arel.rb Fix unscoped grouped where 2019-11-21 17:27:26 -05:00