Questions tagged [alchemy-cms]

Alchemy CMS is a Ruby on Rails based web content management system.

Alchemy CMS is a Ruby on Rails based web content management system that easily integrates into your existing Rails app.

Read more about Alchemy CMS on its website http://alchemy-cms.com

35 questions
2
votes
1 answer

Which are the versions required for spree, alchemy_cms, alchemy-devise in alchemy_spree installation?

Im using the following on the gem file for the alchemy_spree installation, but getting lot of version compatibility issues: gem 'rails', '4.2.4' gem 'mysql2', '~> 0.3.18' gem 'sass-rails', '~> 5.0' gem 'alchemy_cms', '~>3.2.0' gem 'alchemy-devise',…
user996581
  • 145
  • 3
  • 7
2
votes
1 answer

Can't select page layout when creating a new page in Rails alchemy-cms

I'm new to alchemy-cms. I created a fresh install from the guides. I did not add any concept or structure. Going to localhost:3000 I have to add the first user and after that I have a clean site. When trying to add a new page, I have to select a…
Paul Verschoor
  • 1,479
  • 1
  • 14
  • 27
2
votes
2 answers

How to setup Root Page in Alchemy cms?

After installation of Alchemy cms(Ruby), getting error as 'Root page not found.'. So how to create a Root page?
user996581
  • 145
  • 3
  • 7
2
votes
2 answers

Render dynamic content in a CMS page

I have to render dynamic content (search result of offers) in an Alchemy CMS page. First I made, in the cms-backend, a page called "searchresult". I made an element without essences. A table should be rendered. The seachform has as action…
TomG
  • 81
  • 1
  • 6
1
vote
1 answer

AlchemyCMS: Get all elements from a subtree

There is probably an easy way to do this, but I couldn't find anything about it in the guides: I have a page called "Logic" and this page has 20 subpages. Now, in the page "Logic", I'd like to render the title of all those 20 subpages. How can I do…
Metaphysiker
  • 983
  • 2
  • 18
  • 35
1
vote
1 answer

Ruby on Rails - Rspec test with Devise is failing

I have a Problem with an rspec-request-test in my rails app. The tests, that need a user-login are failing. I have implemented the devise-tests according to this tutorial. Also I found many links, that are using a similar approach. e.g. here Here is…
Michael B
  • 1,660
  • 3
  • 28
  • 59
1
vote
0 answers

How to install spree on a standalone alchemy-cms project?

When i tried to install spree on a standalone alchemy-cms project, getting these errors: "Bundler could not find compatible versions for gem "spree": In Gemfile: alchemy_spree (>= 0) ruby depends on spree (< 3.0, >= 2.3) ruby spree…
1
vote
0 answers

How to override alchemy_cms javascript file in gem?

I am trying to create a gem that requires alchemy_cms. I need to change the alchemy.js file because it is requiring things multiple times with my spree gem. I attempted to put the new js file in the vendor assets, but that didn't override it. Any…
1
vote
0 answers

Alchemy CMS Issue on Initial Load

I 'successfully' installed Alchemy but when I navigate to the admin page for the first time I get: ArgumentError in Alchemy::Users#new wrong number of arguments (3 for 2) (in…
BAR
  • 15,909
  • 27
  • 97
  • 185
1
vote
2 answers

How to run RSpec for application sitting alongside Alchemy CMS

I am developing a Rails 4.1 application that sits alongside Alchemy CMS. I do not want the admin portion to use Alchemy's admin interface. (I am building my own with ZURB Foundation.) Trouble starts brewing when I want to run my own specs in RSpec.…
Chris Peters
  • 17,918
  • 6
  • 49
  • 65
0
votes
0 answers

Rails + Alchemy CMS - How to set custom layout for user view

It is easy to set custom layout in admin page by setting admin_page_preview_layout:layout_name in config/alchemy/config.yml file. But, How do I set custom layout for Alchemy::PagesController#show action, By default Alchemy::PagesController uses…
0
votes
1 answer

How to set page layout using page_layouts.yml?

I need to set the page layout, currently, I can see that the used page layout file is application.html.haml how would I let the page use another file as the layout? I thought it would be possible by using page_layouts.yml by setting the name but it…
simo
  • 23,342
  • 38
  • 121
  • 218
0
votes
0 answers

How to use relative_url_root on internal page link in Alchemy CMS

I have my own root url as: http://localhost:9292/myownsite/. In a EssenceRichtext textbox, I would like to link a internal page to some string, like page-url in its AlchemyPage.urlname. But the link displays localhost:9292/page-url instead of…
Wendy
  • 1
  • 1
0
votes
1 answer

Ruby on Rails Error - NoMethodError undefined method `gem_version' for Alchemy:Module

I have installed Ruby on a VPS (OVH hosted). I have successfully installed [Alchemy-CMS][1] When trying to access the admin login, I got this error NoMethodError undefined method `gem_version' for Alchemy:Module Extracted source (around line…
naoli
  • 1
  • 1
0
votes
1 answer

Invalid Byte Sequence in UTF-8 from Excel file

(Ruby 2.5) I have a method that reads and parses a csv file that's being uploaded via Alchemy CMS def process_csv(csv_file, current_user_id, original_filename) lock_importer errors = [] index = 0 …
Doolan
  • 1,293
  • 1
  • 13
  • 28
1
2 3