Sha256: 9a5e8485eaa00f1b0c7107572186d1c03c9b113b4bed2b2ad5539252b9c9a3fb

Contents?: true

Size: 1.02 KB

Versions: 10

Compression:

Stored size: 1.02 KB

Contents

# ActiveRemote Changes

3.0.0
----------

- Remove dependency on ActiveAttr [#48]
- Remove attribute defaults feature [#50]
- 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

10 entries across 10 versions & 1 rubygems

Version Path
active_remote-3.2.2 CHANGES.md
active_remote-3.2.1 CHANGES.md
active_remote-3.2.0 CHANGES.md
active_remote-3.2.0.pre CHANGES.md
active_remote-3.1.3 CHANGES.md
active_remote-3.1.2 CHANGES.md
active_remote-3.1.2.pre CHANGES.md
active_remote-3.1.1 CHANGES.md
active_remote-3.1.0 CHANGES.md
active_remote-3.0.0 CHANGES.md