Sha256: df19ea047b36e34c2c9fad16611ad315ac5bca024465ce2966d353a5e60e9187

Contents?: true

Size: 999 Bytes

Versions: 1

Compression:

Stored size: 999 Bytes

Contents

# ActiveRemote Changes

3.0.0
----------

- Remove dependency on ActiveAttr [#48]
- Remove core exts [#49]
- Remove deprecated rpc methods `.request`, `.request_type`, #execute`, `#remote_call`
  These methods are handled by the rpc adater now. [#49]
- Remove deprecated method `._active_remote_search_args` [#49]
- Remove deprecated `.parse_records` method [#49]
- Remove publication, `#publishable_hash` method [#49]
- Drop support for Rails 3 mass assignment protection.  Add support for strong param
  enforcement for Rails 4+. [#50]
- Improve performance of many methods including `respond_to?` and `new`. [#50]
- Refactor of attribute storage internals [#50]
- Remove a method was was doign dirty tracking twice [#52]
- Extracted bulk methods to active_remote-bulk [#54]
- Removed search callbacks [#55]
- Refactor of instantiate from rpc codepath [#56]
- Change to internals of typecasting.  Declaring `attribute :name, :type => Integer`
  will no longer affect performance negatively. [#56]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_remote-3.0.0.pre1 CHANGES.md