We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I updated all my gems this week and I had a problem with rollout and rollout UI.
That error showed up in the view:
undefined method `join' for #<Set: {}> /Users/sdeziel/.rvm/gems/ruby-2.2.4@express/gems/rollout_ui-0.3.0/lib/rollout_ui/engine/app/views/rollout_ui/features/_feature.html.erb:31
The faulty line:
<input class="users" type="text" name="users[]" value="<%= feature.user_ids.join(",") %>" data-placeholder="Enter User ID" />
I looked into rollout changes and since v2.2.1, Set is used instead of Array for users. fetlife/rollout@5b2615e
v2.2.1
Set
Array
The text was updated successfully, but these errors were encountered:
closes jrallison#35
114db05
+1 to this issue -- seeing it in our project as well.
Sorry, something went wrong.
No branches or pull requests
I updated all my gems this week and I had a problem with rollout and rollout UI.
That error showed up in the view:
The faulty line:
I looked into rollout changes and since
v2.2.1
,Set
is used instead ofArray
for users.fetlife/rollout@5b2615e
The text was updated successfully, but these errors were encountered: