refinery / refinerycms

An extendable Ruby on Rails CMS that supports Rails 6.0+
https://www.refinerycms.com/
MIT License
3.9k stars 1.26k forks source link

Installation problem Ruby 3/Rails 6.1.1 #3488

Open ycrepeau opened 3 years ago

ycrepeau commented 3 years ago

The rails new rickrockstar -m https://www.refinerycms.com/t/4.0. command line, returns an error:

apply  https://www.refinerycms.com/t/4.0.0
The template [https://www.refinerycms.com/t/4.0.0] could not be loaded. Error: No such file or directory @ rb_sysopen - https://www.refinerycms.com/t/4.0.0

If I use the command $ refinerycms rickrockstaris OK but requires version 5 of rails.

Matho commented 3 years ago

Hi @ycrepeau

I have prepared my notes, how to be able start fresh Refinery CMS project via Ruby 2.7.3 or 3.0.2 and Ruby on Rails v6.1.4

Do not consider this steps as recommended - I dont have experience with Mobility gem, so most of the commands are written only to be able start the project without errors. The link for the gist with the steps is https://gist.github.com/Matho/3587bd01c14f0e0bf60bf4bca3b733ec

I did only very little testing with Ruby 3.0.2 and didnt checked tests, so probably there is more required work, to have fully working Refinery project.

Martin