temporalio / sdk-ruby

Temporal Ruby SDK
MIT License
74 stars 7 forks source link

Issue with using Temporal ruby-sdk #130

Closed RondaPriyatham closed 1 year ago

RondaPriyatham commented 1 year ago

Description: Trying to use Temporal services using ruby sdk. I have tried to implement the temporal services for java tool and it worked well. so I want to use the same services to the ruby tool. When I tried to implement it, produces the following error. image

Note: I have not used 'temporal' word anywhere. I have used Temporalio in particular.

System setup: Using ruby 3.0.4 rustc version: 1.68.0 and installed other gems required for temporalio as described in documentation. Have pulled the docker image and running the temporal on localhost.

-Output for "gem list" command. (please find that there is temporalio gem installed already). image

-bundle install command output for the directory which contains all the project files with Gemfile. image

I have referred to the issue in which it has described the name change of sdk from temporal to temporalio. But few snippets in the documentation still refer it as temporal. Please do check for that too. And please let me know what can I do for this issue.

mjameswh commented 1 year ago

I think this should work correctly in version 0.1.1.

Could you please try that again? I'll close this issue in the mean time, but please reopen it if you still get the same behaviour.