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 ce629d9ff3
Remove database kwarg from connected_to
The `database` kwarg was deprecated in #37874. It shouldn't be used by
apps even before the deprecation because it's kind of dangerous to use
in a request. Also it makes the `connected_to` method really ugly.

Co-authored-by: John Crepezzi <john.crepezzi@gmail.com>
2020-11-03 16:28:11 -05:00
..
active_record Remove database kwarg from connected_to 2020-11-03 16:28:11 -05:00
arel Properly support reverse_order on relations with nulls_first or nulls_last calls 2020-09-08 11:20:46 -04:00
rails/generators The abstract parent class file generated via generator should not be pluralized 2020-08-02 22:25:57 +05:30
active_record.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
arel.rb Merge pull request #38719 from eileencodes/refactor-fetch_attribute 2020-03-13 16:26:49 -04:00