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: authlogic_api throws SystemStackError (stack level too deep) #5

Open
dave-thompson opened this issue Dec 8, 2011 · 1 comment

Comments

@dave-thompson
Copy link

In Rails 3, authlogic_api throws SystemStackError (stack level too deep) when saving acts_as_authentic models. This error occurs both for User models which use only core authlogic (rather than authlogic_api) as well as for Client models which require authlogic_api. Removing authlogic_api but keeping authlogic resolves this error for User models.

@talyaniv
Copy link

talyaniv commented May 9, 2012

What if I want my application to do have both User and Client models? For example - I want users to authenticate with core authlogic and use certain routes and remote API clients to authenticate using authlogic_api and consume services. Can they live in harmony side by side?

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