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

Remove instance methods module #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Remove instance methods module #4

wants to merge 4 commits into from

Conversation

jefffederman
Copy link

Hi Sam,

Appreciate your putting together the zencodable gem. Started using it in a project using Rails 3.2.6 on Ruby 1.9.3 and was seeing warnings about ActiveRecord::Concern::InstanceMethods being deprecated, so figured I'd just patch to avoid the warnings.

In order to get all the tests running properly, I also needed to specify the version for the sqlite gem in the .gemspec file, and create a migration to add the zencoder_job_id field to the videos table in the dummy app.

All tests are passing after my changes.

Best,
Jeff

@jefffederman
Copy link
Author

Hi Sam,
Have you had a chance to review?

Best,
Jeff

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.

1 participant