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
38
votes
3 answers

how can i use a helper in different views

i am using refinery cms at the moment. I created an engine and with it some helpers in app/helpers/admin/. now i would like to use those helpers in my frontend view (ie. app/views/myapp/index) as well. but i can not...undefined methode error. what…
Hans
  • 383
  • 1
  • 3
  • 4
17
votes
1 answer

Problems installing imagemagick

Im trying to start my first refinery cms project, and am already having trouble. I am trying to get imagemagick going, and am getting errors. I looked on stackoverflow about changing permissions to my profile, or the directories that have problems,…
vpoola88
  • 3,669
  • 4
  • 20
  • 21
13
votes
2 answers

Heroku timeout when uploading big file to s3

I got a problem with my application based on RefineryCMS 1.0.8 deployed on heroku. Heroku have a request timeout of 30 seconds. When uploading a file > 4MO through the RefineryCMS admin, it will sometimes take more than 30 seconds to perform…
Adrien Coquio
  • 4,870
  • 2
  • 24
  • 37
12
votes
3 answers

Relation already exists during rake migration

I have installed a blog engine to refinerycms which is working perfectly. Now I have generated a migration with some table fields changes (of course not refinerycms or blog tables), but I'm getting an error: == CreateBlogStructure: migrating…
Vaibhav Rajput
  • 189
  • 1
  • 2
  • 14
9
votes
7 answers

Rails Bootstrap Navbar and refineryCMS

Does anyone have implemented the Rails Bootstrap Navbar in refineryCMS? I'm having a hard time trying to figure out how to render the dropdown menu. which should be the right way of accomplish this? _menu.html.erb <% if (roots =…
evanx
  • 1,291
  • 4
  • 17
  • 33
8
votes
4 answers

Refinerycms - Adding an image field to the blog engine

I have a refinerycms app with the community blog engine installed on it. I would like to add an image field to the blog_post so that I can choose a main image for the post and have it show in my views. I've tried adding an image field, no joy. Then…
Adam
  • 2,917
  • 5
  • 26
  • 27
8
votes
2 answers

Connection refused - connect(2) Ruby on Rails Mail Setup

I have set smtp settings in both config/environments/production.rb and development.rb also i have added the settings in `config/initializers/setup_mail.rb config.action_mailer.default_url_options = { :host => 'ipaddress'…
Helphin
  • 143
  • 1
  • 1
  • 10
8
votes
4 answers

refinerycms image not loading - dragonfly error

I'm working on developing a refinerycms rails app that was working good locally and now i've moved it to my VPS and I was having issues with images that i uploaded through refinerycms not loading and i've been reading that i needed to upgrade my…
Catfish
  • 18,876
  • 54
  • 209
  • 353
6
votes
1 answer

Augmenting a model from an external gem

I'm using refinerycms in our site to let the less technical staff update content. Inside the gem, they have a Page class that maps each top level page on the site. I'd like to use the acts_as_taggable gem on this Page class. Now I can add the…
Paul Alexander
  • 31,970
  • 14
  • 96
  • 151
6
votes
1 answer

RefineryCMS Engines Error: did not have a valid gemspec

I can't install any engines. After installing the first event engines from guide, I had an error saying I don't have a valid gem spec. Using refinerycms-events (1.0) from source at vendor/extensions refinerycms-events at…
wag0325
  • 1,008
  • 5
  • 18
  • 34
6
votes
0 answers

CMS for Rails 4 + Ember.js

Is there a Rails gem that adds content management functionality to an existing Rails 4 application, which can be used for an Ember.js front-end via RESTful webservices + JSON?
6
votes
1 answer

How to add h4 tag to refinerycms editor?

I'm trying to add an h4 tag to the refinerycms wysiwyg editor. How do i do this? Not finding any documentation on this. I'm assuming i have to do something with this config var: config.wymeditor_whitelist_tags = {}
Catfish
  • 18,876
  • 54
  • 209
  • 353
5
votes
2 answers

Overriding backend assets in production environment

I am working on a project that needs to alter Refinery's WYMEditor behavior a bit. This is easily done by overriding jquery.refinery.wymeditor.js using rake refinery:override and editing it to my own needs, which works fine in development…
unclenorton
  • 1,605
  • 11
  • 19
5
votes
3 answers

How do I generate a CSRF token from the Rails console?

I'm trying to make an authenticated post request, and I need the CSRF. When I log in, it isn't generating the _csrf_token for some reason: 2.0.0p247 :126 > app.post '/community_members/login', {"refinery_user[login]"=>'chloe',…
Chloe
  • 25,162
  • 40
  • 190
  • 357
5
votes
2 answers

RefineryCMS: apply bootstrap styles to navigation menu

I have upgraded Refinery CMS to the newest version (2.1.0), where there is a new approach in rendering the navigation menu : (in partial _header.html.erb) <%= Refinery::Pages::MenuPresenter.new(refinery_menu_pages, self).to_html %> The older…
R Milushev
  • 4,295
  • 3
  • 27
  • 35
1
2 3
32 33