Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 658 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 658 Bytes

Active Resource 5.0.0 (May 4, 2017)

Enhancements

  • Add ActiveResource::Base.create!.

  • Move observers support to rails-observers gem.

  • Remove support to Rails 4.

  • Remove support to Ruby 1.9, 2.0 and 2.1.

  • Fix options[:class_name] to keep the given class name, and not transform it to singular. Example:

    has_one :profile_data, class_name: 'profile_data' #will correctly use ProfileData, and not ProfileDatum
  • find_every returns [], not nil, when no records are found.

Please check 4-stable for previous changes.