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

Installation not working on Rails 6.0 stable #961

Closed
tolesco opened this issue Aug 20, 2019 · 4 comments
Closed

Installation not working on Rails 6.0 stable #961

tolesco opened this issue Aug 20, 2019 · 4 comments

Comments

@tolesco
Copy link

tolesco commented Aug 20, 2019

I'm getting an error when I try to install it with Rails 6.0.0 stable.

With gem 'acts-as-taggable-on', '~> 6.0' on the Gemfile I get this error:

Screen Shot 2019-08-20 at 12 27 06 AM

I fixed changing to this line in the Gemfile:

gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on'

And I get the output:

Using acts-as-taggable-on 6.0.1 (was 5.0.0) from https://github.com/mbleigh/acts-as-taggable-on (at master@fbf2b60).

Bundle completed, no error present.

Any idea of why is this occurring? It's safe to use 6.0.1 in production?

@sandergroen
Copy link

sandergroen commented Aug 23, 2019

@tolesco you installed the gem from the master branch which is in development. So I would not recommend using that in production I think you could better wait for version 6.0.1 to be released.
I would like to upgrade the project I'm currently working on to Rails version 6.0 so I hope version 6.0.1 will be released soon.

@tolesco
Copy link
Author

tolesco commented Aug 23, 2019

@sandergroen thanks for the tip, I'll wait for version 6.1 as you told me: D

@tolesco tolesco closed this as completed Aug 23, 2019
@tolesco tolesco reopened this Aug 23, 2019
Repository owner deleted a comment from mayeco Aug 29, 2019
@ghost
Copy link

ghost commented Oct 13, 2019

Any news on this?

seuros added a commit that referenced this issue Oct 29, 2019
close #951
fixes #953 
files #961
@seuros seuros closed this as completed Oct 29, 2019
@engwan
Copy link

engwan commented Nov 2, 2019

@seuros I see that the PR has been merged. Is there a plan to publish the release to rubygems soon? Thanks!

rolandoalvarado pushed a commit to rolandoalvarado/acts-as-taggable-on that referenced this issue Mar 5, 2020
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

4 participants