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 breaks base install of refinerycms #494

Open
collinsbrian opened this issue Nov 15, 2018 · 8 comments
Open

Installation breaks base install of refinerycms #494

collinsbrian opened this issue Nov 15, 2018 · 8 comments

Comments

@collinsbrian
Copy link

The below is the top part of the error message after installing

screen shot 2018-11-11 at 2 26 12 pm

@parndt
Copy link
Member

parndt commented Nov 18, 2018

Which version did you install?

@collinsbrian
Copy link
Author

rails 5.1.6
refinerycms 4.0.3

I installed refinerycms-blog with the below command:

gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master'

@AlexMcConnell
Copy link

Same problem here.

@codybrouwers
Copy link

codybrouwers commented Jan 7, 2019

Same issue, I pointed the gem in my Gemfile to right before this commit and it works: c1f6814

gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', ref: '0b3bb05'

Just started using refinery, curious why the gem on RubyGems is a whole major version behind and we need to point our Gemfile to the repo, especially the master branch?

@collinsbrian
Copy link
Author

thanks CodyBrouwers that fixed it for me

@parndt
Copy link
Member

parndt commented Mar 10, 2019

curious why the gem on RubyGems is a whole major version behind and we need to point our Gemfile to the repo, especially the master branch?

lack of time on our end, apologies.

@codybrouwers
Copy link

No worries @parndt, appreciate everything you guys do and thanks for the response!

@brigriffin
Copy link

Thanks @codybrouwers for finding that specific commit just before the jquery-ui-rails dependency has been upgraded and hence made incompatible with RefineryCMS v4.0.x. @parndt looking forward to the official release 4.0.x of the blog extension.

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

5 participants