A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/rails/activeresource

https://github.com/rails/activeresource - v6.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/activeresource/compare/v6.1.4...v6.2.0

- Ruby
Published by rafaelfranca 9 months ago

https://github.com/rails/activeresource - v6.1.4

What's Changed

New Contributors

Full Changelog: https://github.com/rails/activeresource/compare/v6.1.3...v6.1.4

- Ruby
Published by rafaelfranca 9 months ago

https://github.com/rails/activeresource - v6.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/rails/activeresource/compare/v6.1.1...v6.1.2

- Ruby
Published by rafaelfranca 9 months ago

https://github.com/rails/activeresource - v6.1.1

What's Changed

Full Changelog: https://github.com/rails/activeresource/compare/v6.1.0...v6.1.1

- Ruby
Published by rafaelfranca 9 months ago

https://github.com/rails/activeresource - v6.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/activeresource/compare/v6.0.0...v6.1.0

- Ruby
Published by rafaelfranca over 2 years ago

https://github.com/rails/activeresource - 6.0.0

Breaking changes

  • Drop support to Ruby < 2.6 and Rails < 6.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/activeresource/compare/v5.1.1...v6.0.0

- Ruby
Published by rafaelfranca over 4 years ago

https://github.com/rails/activeresource - 5.1.0

  • Improve support of Active Resource objects inside fibers.

  • Add support to Active Model Serializers.

  • Fix error when trying to parse nil as a JSON response.

  • Fix exists? to return the right value when the response code is between 200 and 206.

  • Match the log level to the HTTP response code.

  • Add ActiveResource::Connection.logger accessors to configure a specific logger instance for the
    connection object.

  • Add ActiveResource::Base#element_url method.

  • Add Active Job serialization support with Rails 6.

  • Support lazy setting of configuration options.

  • Use UnnamedResource when resource fails to create normally.

  • Add support to Bearer Token Authorization header to connection.

- Ruby
Published by rafaelfranca over 7 years ago

https://github.com/rails/activeresource - 4.1.0

Enhancements

  • Adds activeresource.rb so require: 'active_resource' is no longer needed
    in Gemfile. (#95, Pedro Nascimento)
  • ActiveResource::Collection delegates all instance methods for Array.
    (#101, printercu)
  • Railtie enables configuration and dev reloading of observers just like
    ActiveRecord when using Active Resource with Rails. Active Resource also now runs Active Support
    load hooks for :active_resource. (#109, Ches Martin)

Fixes

  • Improvement to thread safety of headers. (#61, niedfelj)
  • A belongs_to child with a missing parent ID returns nil for the
    association instead of making a bogus remote call. (#68, Javier Saldana)
  • A has_many association does not trigger a remote call if parent is a new
    record. (#97, Sasha Shamne)

- Ruby
Published by rafaelfranca almost 10 years ago