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

Rails 4 support #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Rails 4 support #8

wants to merge 1 commit into from

Conversation

roscom
Copy link

@roscom roscom commented Sep 10, 2014

Updated the gem to work with rails 4.
The changes resulting in this version are not backwards compatible to rails 3.
Tests are green (except one relating to different date formats of no consequence.

Overview of changes

  • refactored ActiveModel and validations
  • requires ruby version -> 2+
  • rails dependency -> 4.1+
  • changed from test/unit to minitest
  • removed dependence on attr_accessible & attr_protected consistent with rails 4

required ruby version -> 2+
rails dependency -> 4.1+
changed from test/unit to minitest
removed dependence on attr_accessible & attr_protected consistent with rails 4
@roscom roscom changed the title updated version to 4.1.5 (corresponding to then current rails version) Rails 4 support Sep 10, 2014
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.

2 participants