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

Fixed Test Errors on Rails 4 #351

Closed
wants to merge 7 commits into from
Closed

Fixed Test Errors on Rails 4 #351

wants to merge 7 commits into from

Conversation

AxisOfEval
Copy link

Hi Ben,

I am using Rails 4 beta for ActiveRecord and ActiveSupport. Doing rake test got me some (nine I think) errors. They were because:

  1. Bad tests, for Password Confirmation Stuff
  2. No fixed timezone, killed perishable functionality

I am sure you're aware of the deprecation warnings related to scope. They remain because I am not entirely sure about what's really happening there. But will try to fix things when I find more time. Meanwhile, getting this PR in will be great. Thanks :o)

@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.summary = %q{A clean, simple, and unobtrusive ruby authentication solution.}
s.description = %q{A clean, simple, and unobtrusive ruby authentication solution.}

s.add_dependency 'activerecord', '>= 3.0.0'
s.add_dependency 'activesupport', '>= 3.0.0'
s.add_dependency 'activerecord', '>= 4.0.0.beta1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing we'd still want to support and test against Rails 3. I hope #368 will help.

@binarylogic
Copy link
Owner

I believe we're using appraisal now to test both versions of rails

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.

None yet

3 participants