Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Depend on ActiveSupport 3.2, remove deprecated Instancemethods #14

Closed
wants to merge 1 commit into from
Closed

Depend on ActiveSupport 3.2, remove deprecated Instancemethods #14

wants to merge 1 commit into from

Conversation

dnagir
Copy link

@dnagir dnagir commented Jan 25, 2012

The InstanceMethods is deprecated in ActiveSupport 3.2.

This PR updates it accordingly.

The workaround is to use my branch:

gem 'no_peeping_toms', :git => 'git://github.com/dnagir/no-peeping-toms.git', :branch => 'activesupport-3.2'

@dnagir
Copy link
Author

dnagir commented Mar 14, 2012

I wonder if somebody can marge this in?

@mhfs
Copy link

mhfs commented Mar 31, 2012

Would love this merged as well. :)

@myronmarston
Copy link

FWIW, Rails 3.1+ has the functionality of no-peeping-toms baked in:

https://github.com/rails/rails/blob/v3.1.0/activemodel/lib/active_model/observer_array.rb#L18-63

@bobbytables
Copy link

@myronmarston That's awesome, thanks!

@mhfs
Copy link

mhfs commented Mar 31, 2012

@myronmarston thanks, didn't know this feature. Great work on the Rails patch. :)

@dnagir
Copy link
Author

dnagir commented Apr 1, 2012

@myronmarston Thanks. Haven't seen that.

@patmaddox
Copy link
Owner

handled by #25

@patmaddox patmaddox closed this Jul 27, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants