Questions tagged [refinerycms]

Refinery CMS, or RefineryCMS, often shortened to Refinery, is an open source content management system written in Ruby as a Ruby on Rails web application with jQuery used as the JavaScript library. Refinery CMS supports Rails 4 and 5.

Refinery CMS, often shortened to Refinery, is an open source content management system written in Ruby as a Ruby on Rails web application with jQuery used as the JavaScript library. Refinery supports Rails 5.1+.

Refinery differs from similar products by targeting a non-technical end user and allowing the developer to create a flexible website rapidly by staying as close as possible to the conventions of the Ruby on Rails framework.

Refinery started as a closed sourced project at Resolve Digital in 2004 and went on to be released as open source software under the MIT License on the 28th May 2009. Since then it has gained popularity and is now a popular Ruby on Rails CMS with more than 70 contributors and an active community extending the application with engines and themes.

Features:

  • Engine architecture
  • WYSIWYG content editing
  • Localisation (currently supports 10 languages)
  • Page management
  • Image and File management
  • Contact form and inquiry management
  • Search engine optimization (SEO)
495 questions
0
votes
1 answer

Web Site Zoom in - Zoom out

What property I can modify, how and where, when I want to zoom out the entire web site. The problem is when I open my web site - it´s just too "zoomed in". I´d like the entire pages to zoom out for about 10 %. (Site is made with refineryCMS, ruby…
Dantes
  • 2,791
  • 6
  • 26
  • 34
0
votes
1 answer

Ruby Including image from Amazon S3

This is the ruby code from my web site that works great LOCALLY: <% slika = Refinery::Page.find('torte-za-rodendan') %> <%= link_to (slika), :class => "hp_product" do %> <%= image_tag slika.key_image.url, :width=>"154",…
Dantes
  • 2,791
  • 6
  • 26
  • 34
0
votes
1 answer

How do I properly setup a custom page layout - RefineryCMS 2.0.6

I have followed the instructions found on the Guides for building a custom layout: NOTE: The portfolio is an engine of my own, not the refinerycms-portfolio. config.layout_template_whitelist = ["application","portfolio"] config.use_layout_templates…
Cacofonix
  • 465
  • 11
  • 19
0
votes
1 answer

Add new template for refinery CMS

How to fix the issue Can't add the new template in Refinery CMS? We add flow by the guide. The new template display successfully in port 3000 but not display port 80. We're using nginx and unicorn server and capistrano plugin.
Cuong Ta
  • 1,171
  • 1
  • 10
  • 12
0
votes
1 answer

Refinery CMS Inquiries with i18n - routing error

I am trying to add i18n to Refinery CMS with added Inquiries gem. Everything is fine until I add links for switching locales , like this : = link_to_unless_current image_tag('flag_bulgaria.png'), locale: "bg" Then routing error appears : No route…
R Milushev
  • 4,295
  • 3
  • 27
  • 35
0
votes
1 answer

Refinerycms get image from the editor and resize it within view

First thank you for your time to have a look into this issue. I am a new to refinery and I have a issue to resize an image within view, I added a new page part for the image and getting image from it. I am able to get only image tag straight from…
JAML
  • 215
  • 1
  • 4
  • 17
0
votes
1 answer

RoR: How to use routes to filter refinerycms backend content?

everyone. I'm new to refineryCMS( and rails also). I summed up my question in the end of this article in case the problem description is too long. Here is my question: How do I use routes( or namespace) to filter backend contents? For example, I…
0
votes
1 answer

RefineryCMS - Import tumblr feed

I need to import all the posts from tumblr to refinerycms blog. How should I go about it? Thanks,
anpsmn
  • 7,217
  • 2
  • 28
  • 44
0
votes
1 answer

Rails refinerycms undefined local variable or method `delete_url'

I keep getting the error below when trying to edit any of the data from any of the engine's i've created using refinerycms. What would cause this and how can i troubleshoot it? Error NameError in…
Catfish
  • 18,876
  • 54
  • 209
  • 353
0
votes
3 answers

How to remove specific engine page and engine menu item from refinerycms menu?

I've created an engine in refinerycms where i'm pulling the data onto the homepage. Refinerycms automatically creates a page and a menu item for this engine. How can i delete the engine page as well as remove it from my menu bar? menu.html.erb <% …
Catfish
  • 18,876
  • 54
  • 209
  • 353
0
votes
1 answer

How to insert symbols like em dash, ® or ™ in refinerycms

I'm trying to figure out how to add the ability to add symbols like an em dash, ® or ™ in the wymeditor in refinerycms. Looking at the boot_wym.js.erb there doesn't appear to be an option to enable it in the menu. Does anyone know if it is…
Scott
  • 2,248
  • 3
  • 22
  • 24
0
votes
1 answer

RefineryCMS - Duplicate a page with page parts

I have created a page say 'tour' with few page parts in the admin. I want to make many more pages similar to the page created say 'tour1', 'tour2' etc. Is there a way to duplicate it than manually adding a page and its page part? Hope am clear with…
anpsmn
  • 7,217
  • 2
  • 28
  • 44
0
votes
1 answer

How to deploy a rails app with no domain name. (trying to create a test server)

Ok so what i'm trying to do is deploy my first rails project. I've asked this question and i think i figured out that you can't configure apache to work using an ip and you have to have a domain name. The reason i can't use the domain name yet is…
Catfish
  • 18,876
  • 54
  • 209
  • 353
0
votes
2 answers

Migrating Ruby Site from EngineYard to Heroku

As part of a larger project I've been tasked with migrating some existing Ruby on Rails sites (built with an old version of refinerycms 0.9.6.34, at least that's the version listed in the Gemfile included with the source). I don't normally work…
user410925
  • 189
  • 1
  • 2
  • 8
0
votes
1 answer

Refinery Save Page not Working Right

I'm using Refinery in one of my projects, but I'm running into a page update issue. When I try to make changes to a page, and then click "Save", viewing the page still shows the old content. If I go back to edit the page, I see the new content.…
Goldentoa11
  • 1,700
  • 2
  • 17
  • 29
1 2 3
32
33