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 console support #5

Closed
sebastianwoinar opened this issue Aug 1, 2013 · 2 comments
Closed

Rails console support #5

sebastianwoinar opened this issue Aug 1, 2013 · 2 comments

Comments

@sebastianwoinar
Copy link

We cannot receive Acfs models in the rails console.
When we execute for example TestModel.all, it returns an empty array.
But when the same model is requested in the application itself, it works like a charme.

The remote service does not receive the request - at least we cannot recognize any output there.

@jgraichen
Copy link
Owner

Do you run Acfs.run on your console after queuing the TestModel request? You still have have to run the request before models are fetched.

@sebastianwoinar
Copy link
Author

Good point. I did not execute Acfs.run of course ;-)

Now it works! Thanks Jan.

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