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

Changing image's relative path to full url in RefineryCMS-Blog

I'm working on a Ruby on Rails project that uses RefineryCMS-blog. I'm trying to create send the rss feed through feed burner so that people can subscribe and such, but I found the images aren't working. I quickly figured out that it's because of…
Tom Prats
  • 7,364
  • 9
  • 47
  • 77
0
votes
1 answer

Heroku/Rails/Devise/Refinery CMS: IE requires that I have "Accept All Cookies" setting to work

I'm running a Refinery CMS application that uses Devise as the plugin for logging in/authentication. The problem I am having is that Chrome/FF are working fine but IE is not logging the user in. At first, I believed it was that the SSL Certificate…
aarona
  • 35,986
  • 41
  • 138
  • 186
0
votes
1 answer

undefined method 'page_title_with_translations' in refinery cms

While clicking on Add Link in editor I am getting following error. Rendered /home/amit/.rvm/gems/ruby-1.9.3-p392/gems/refinerycms-pages-2.0.10/app/views/refinery/admin/pages_dialogs/link_to.html.erb within layouts/refinery/admin_dialog…
Amit Patel
  • 15,609
  • 18
  • 68
  • 106
0
votes
2 answers

sequel adapter is missing by deploying a database to heroku

I'm trying to deploy my app on heroku. But everytime I try to push my database, I get the following error: heroku db:push Sending schema Schema: 100% |==========================================| Time: 00:00:16 Sending indexes refinery_page:…
gadreel
  • 207
  • 1
  • 2
  • 13
0
votes
1 answer

Rails: Named scope works on Class but not instance of Class

Given the following code: user_decorator.rb Refinery::User.class_eval do has_many :employees, :class_name => 'Refinery::Employee' scope :active_employees, lambda { joins(:employees).merge(::Refinery::Employee.active) …
aarona
  • 35,986
  • 41
  • 138
  • 186
0
votes
1 answer

RefineryCMS + Getting Strange Output at HTML page

I am using RefineryCMS tool to built one application, but I am getting some strange output. Refer the Image: I did not get the way to resolve it. UPDATE : Editor : wymeditor
Rubyist
  • 6,486
  • 10
  • 51
  • 86
0
votes
1 answer

NoMethodError and Refinery Engine in Rails

I'm trying to reuse a refinery engine on another page in refinery. In the routes.rb i've included: match 'locations/:location_id/' => "locations/#index" What is the right way to do this?
nil
  • 2,238
  • 1
  • 19
  • 28
0
votes
1 answer

Overriding a refinery view, specific page

I have a refinery courses engine. It has 3 actions, show, index and classroom. The routes work fine. For my classroom action, I am rendering a classroom view. Once again the view works fine but the nav and the footer get loaded to as expected. My…
ShivamD
  • 931
  • 10
  • 21
0
votes
1 answer

Rails App "Permission Denied" error when installing refinerycms

While trying to install refinery, a rails app, I keep getting the following error: ESL@new-host-2 ~$ refinerycms /Application/MAMP/htdocs/goodwatching create /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/fileutils.rb:247:in `mkdir':…
emersonthis
  • 32,822
  • 59
  • 210
  • 375
0
votes
1 answer

Implementing RefineryCMS search engine

I'm trying to implement the RefineryCMS search engine, I have followed the steps on the guide https://github.com/refinery/refinerycms-search#search-plugin-for-refinery-cms, however as I'm implementing this on a custom extension, I might be missing…
evanx
  • 1,291
  • 4
  • 17
  • 33
0
votes
1 answer

Refinery CMS - Styling the actual backend

Is there anyway to style the actual Refinery backend? Ideally I'd like to make it look a bit nicer and even add some javascript animation to some of the buttons.
Starkers
  • 10,273
  • 21
  • 95
  • 158
0
votes
1 answer

Refinery CMS - Adding it to an existing site

So I have made a simple html + css + javascript website to test out my Refinery skills. Embarrassingly, I've completely hit a brick wall! How can I add my own custom pages to Refinery CMS?
Starkers
  • 10,273
  • 21
  • 95
  • 158
0
votes
1 answer

Rails Routing: Need to add an optional :user_id to route for user emulation

I'm using Refinery CMS with an extension application that has the following in its routing: namespace :sub_application do resources :employees resources :customers resources :yet_another_plural_resource end which produce the following…
aarona
  • 35,986
  • 41
  • 138
  • 186
0
votes
1 answer

What do I do about an empty instance variable in a form helper?

I have two associated models where case_studies belong_to clients and clients has_many case studies. My controller has a before_filter to find all the clients for an instance variable of @clients. Then I have a form that allows a user to select…
rakitin
  • 1,943
  • 6
  • 25
  • 51
0
votes
1 answer

page parts not showing in the backend, refinerycms

Suddenly my page parts defined in for the home page view template are not showing, the content appear fine in the front end but when I try to edit the content, it looks empty and the custom page parts I created are not showing. I'm not getting any…
evanx
  • 1,291
  • 4
  • 17
  • 33