rails/activerecord/lib
Nikita Vasilevsky 1217127703 Fix ActiveRecord::Calculations#ids for a composite primary key model
Given a model with a composite primary key like:
`TravelRoute.primary_key = [:from, :to]`

Calling `TravelRoute.ids` would return an array of identifiers which is
represented by an array of arrays:

```ruby
TravelRoute.all.ids # => [["Ottawa", "New York"], ["London", "Paris"]]
```
2023-03-24 12:45:54 +00:00
..
active_record Fix ActiveRecord::Calculations#ids for a composite primary key model 2023-03-24 12:45:54 +00:00
arel Merge pull request #47438 from benedikt/arel-documentation 2023-03-12 03:34:06 +10:30
rails/generators Delegate application record generator description to orm hooked generator. 2022-09-08 18:19:51 -05:00
active_record.rb Remove Copyright years (#47467) 2023-02-23 11:38:16 +01:00
arel.rb Refer to stable guide for ARel security 2023-02-04 09:01:21 +09:00