Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.5.0.beta1 opengov #1

Open
wants to merge 75 commits into
base: v0.4.2-opengov
Choose a base branch
from

Conversation

pavlos
Copy link

@pavlos pavlos commented Mar 9, 2015

merged ActsAsParanoid/master into v0.4.2-opengov

Zachary Scott and others added 30 commits February 24, 2014 03:04
We can announce maintenance policy in README.
Now it looks like what a gem generated with `bundle gem` would look
like.

Also:
- Change requirements back to ActiveRecord 3.1, seen as the gem is not
  ready for prime time with Rails 4;
- Silence tests;
- Indicate which license this gem has.
Modernized the gem, and a few other tweaks.
- Add build status badge
- Mention that the gem also works for Rails 3.1
Add Zachary to the authors and change the gem homepage.
Jim Ray and others added 30 commits May 12, 2014 15:32
- Get rid of observers tests (I tried to use rails-observer gems but it was a mess)
- Update deprecated calls like #scope or #default_scope without block
- Get rid of attr_protected call and tests
- Get rid of AR#destroy! NoMethodError test

The last one cause issue because in AR 4 #destroy! bang is defined.
It's the same as #destroy but raise an AR::RecordNotFound if the record
is not present in database.

It may be smart to find another name for this method. But for now it just works.

Conflicts:
	Gemfile
	Gemfile.lock
	acts_as_paranoid.gemspec
	test/test_observers.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants