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

Can I use it in a multiple users Rails web service? #85

Open
liubin opened this issue Jul 16, 2013 · 1 comment
Open

Can I use it in a multiple users Rails web service? #85

liubin opened this issue Jul 16, 2013 · 1 comment

Comments

@liubin
Copy link

liubin commented Jul 16, 2013

Hi every one

I noticed that the example in the first page of this project use the Class method calls(PivotalTracker::Client.token = 'sss' ), I'm wondering if can I use it like this:

   @client = PivotalTracker::Client.new
   @client.token = 'ssss'

Because I'm fear of that if the token will conflict with other users's token.

BR.
Thanks.

@brianweiner
Copy link

Unfortunately I'm pretty sure that won't work. Playing around in a rails console and I can't seem to get that to behave correctly.

I'm working on a port to be compatible with v5 and I definitely want to be able to support that behavior, I dont have a timeframe yet though.

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