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 3 beta4 compatibility issue: symbolize_keys! no longer present for HashWithIndifferentAccess #17

Closed
ciparis opened this issue Jun 30, 2010 · 2 comments

Comments

@ciparis
Copy link

ciparis commented Jun 30, 2010

After installing the rails 3 example project, trying to run it generated a 500 error pointing back to authlogic-connect:

NoMethodError (undefined method `symbolize_keys!' for #): /Users/blah/.bundle/ruby/1.9.1/gems/authlogic-connect-0.0.4.05/lib/authlogic_connect/common/variables.rb:16:in`auth_params'

I've tried both 4.05 and 4.06 -- same results. I'm not familiar enough with what is being done here to troubleshoot it effectivel, but I do see notes in the rails 3 changelog that this method was removed as part of beta 3. Is there a simple fix?

@ciparis
Copy link
Author

ciparis commented Jun 30, 2010

Commenting this line out seemed to work (for Twitter anyway).

@lancejpollard
Copy link
Owner

fixed

This issue was closed.
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

No branches or pull requests

2 participants