Sha256: 828dd412b3a11f00f32a82a4d26fab8a57d24d6263cb7bd1b0a9020dd49d98fe

Contents?: true

Size: 673 Bytes

Versions: 1

Compression:

Stored size: 673 Bytes

Contents

# SudoAttributes Changelog

## 1.0.1

* Removed Rails 3.1 dependency

## 1.0.0

* Rails 3.1 support
* Removed `sudo_attr_protected/accessible` method, now available to all models
* Better compatibility with Rails API for protected attrs
* Added travis.yml CI support

## 0.5.2

* Let Rails handle exceptions

## 0.5.1

* Added `sudo_build` method

## 0.5.0

* Added `sudo_update_attributes!` method

## 0.4.0

* Changed API to match Rails protected attrs: `sudo_attr_protected`

## 0.3.0

* Added `sudo_create!` method

## 0.2.0

* Changed class method to `has_sudo_attributes`
* Support array of protected attributes

## 0.1.0

* Code cleanup

## 0.0.1

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sudo_attributes-1.0.2 CHANGELOG.md