refinerycms-blog icon indicating copy to clipboard operation
refinerycms-blog copied to clipboard

Installation breaks base install of refinerycms

Open collinsbrian opened this issue 6 years ago • 8 comments

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

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

collinsbrian avatar Nov 15 '18 00:11 collinsbrian

Which version did you install?

parndt avatar Nov 18 '18 09:11 parndt

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'

collinsbrian avatar Nov 18 '18 19:11 collinsbrian

Same problem here.

AlexMcConnell avatar Jan 03 '19 19:01 AlexMcConnell

Same issue, I pointed the gem in my Gemfile to right before this commit and it works: https://github.com/refinery/refinerycms-blog/commit/c1f681496355041d7afe68840ce3a4cad72c22ab

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?

codybrouwers avatar Jan 07 '19 01:01 codybrouwers

thanks CodyBrouwers that fixed it for me

collinsbrian avatar Mar 10 '19 19:03 collinsbrian

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.

parndt avatar Mar 10 '19 22:03 parndt

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

codybrouwers avatar Mar 10 '19 22:03 codybrouwers

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.

brigriffin avatar Mar 22 '19 16:03 brigriffin