Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paranoia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paranoia
Commits
f8ed1e55
Commit
f8ed1e55
authored
Jan 23, 2015
by
John Hawthorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog for 2.1.0
parent
1897f97b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
CHANGELOG.md
+17
-0
No files found.
CHANGELOG.md
View file @
f8ed1e55
# paranoia Changelog
## 2.1.0 (2015-01-23)
### Major changes
*
`#destroyed?`
is no longer overridden. Use
`#paranoia_destroyed?`
for the existing behaviour.
[
Washington Luiz
](
https://github.com/huoxito
)
*
`#persisted?`
is no longer overridden.
*
ActiveRecord 4.0 no longer has
`#destroy!`
as an alias for
`#really_destroy`
.
*
`#destroy`
will now raise an exception if called on a readonly record.
*
`#destroy`
on a hard deleted record is now a successful noop.
*
`#destroy`
on a new record will set deleted_at (previously this raised an error)
*
`#destroy`
and
`#delete`
always return self when successful.
### Bug Fixes
*
Calling
`#destroy`
twice will not hard-delete records. Use
`#really_destroy`
if this is desired.
*
Fix errors on non-paranoid has_one dependent associations
## 2.0.5 (2015-01-22)
### Bug fixes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment