-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Integrating with RefineryCMS #2373
Comments
We will be glad to help you with this one: Not sure of the state of refinery. |
I'm not sure if that's compatible? I work through installing alchemy, to come to this error after adding alchemy-solidus to my gemfile: Bundler could not find compatible versions for gem "alchemy_cms": In Gemfile:
Running And after running bundle update came to this error: Bundler could not find compatible versions for gem "alchemy_cms":
|
Seems to be incompatible dependencies between latests I recommend you to use another version of Another option is to use |
Correct that - |
I'm currently trying to get static pages working with Solidus. Maybe alchemy isn't the best choice? I can't get it to work. But there is a gem for Solidus static pages... which also seems to use deprecated libraries. solidus_static_content was resolved to 1.0.0, which depends on Am I going about this all wrong? I have spent the past two days juggling between deprecated gems. |
We only barely use stringex in core, I bet we could bump it pretty safely (to fix the original dependency problem), or relax the requirement to allow 2.x if that works as well. I also see no reason to not relax the deface requirement in solidus_static_content as well. |
@dhonig It's better to ask the Refinery team to be sure of the state. To answer you, the CMS is going well, thanks :)
If you only need static pages, you don't need a CMS, you could just use If you still need a CMS, feel free to try Refinery or Alchemy both have great features depending your needs and have a solidus authentication connector |
Because I could not get a CMS running with Solidus, I attempted to use the solidus_static_content gem. Which is is unable to install due to deface being outdated. I had posted my attempt earlier. but this is the error I receive when I attempt to install solidus_static_content: solidus_static_content was resolved to 1.0.0, which depends on |
@OrbitalAgility You could temporarily remove |
I'm sorry, i've deviated from the original topic of this thread. I'm no longer working with refineryCMS because I figured the solidus_static_content gem would be easier. I have since managed to get it running (albeit the documentation is out of date and needs an update) My rails instance is running again! Although I get the following error displayed in my browser when I hit localhost: PG::UndefinedTable: ERROR: relation "spree_pages" does not exist LINE 8: WHERE a.attrelid = '"spree_pages"'::regclass ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod, c.collname, col_description(a.attrelid, a.attnum) AS comment FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation WHERE a.attrelid = '"spree_pages"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum |
There is a PR open to remove stringex if that is what we want to do. |
Given that PR has been merged, can this be closed? @swcraig |
We can close this! |
Steps to reproduce
How can we make this happen
Install RefineryCMS
Add solidus (as instructed within the documentation) to gemfile.
Perform "bundle"
Error message:
Bundler could not find compatible versions for gem "stringex":
In Gemfile:
refinerycms-acts-as-indexed (>= 3.0.0, > 3.0) was resolved to 3.0.0, which
depends on
stringex ( > 2.5.2)
solidus ( > 2.4) was resolved to 2.4.0, which depends on
solidus_core (= 2.4.0) was resolved to 2.4.0, which depends on
stringex ( > 1.5.1)
Expected behavior
I'm hoping these two gems can work in tandem.
Actual behavior
I am unable to install the solidus gem.
System configuration
Solidus Version:
2.4
Extensions in use:
RefineryCMS 4.0
refinerycms-acts-as-indexed 3.0
refinerycms-wymeditor 2.0
refinerycms-authentication-devise 2.0
The text was updated successfully, but these errors were encountered: