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

Refinery CMS + devise_cas_authenticatable

I am trying to figure out how to add CAS authentication to Refinery. The best arrangement I have found so far is to use devise_cas_authenticatable. I used rake refinery:override model=user and replaced :database_authenticatable: #…
Jay
  • 2,861
  • 3
  • 29
  • 51
0
votes
1 answer

Adding a new page action to the sessions scaffold in Refinery

I'm building a refinery cms application and I'm trying to add an alternative log in screen that will consume a .NET webservice. However while the code for consuming the service was simple enough I can't seem to get rails or refinery to acknowledge…
Working Title
  • 254
  • 7
  • 28
0
votes
1 answer

Refinery CMS: Adding custom field to custom engine index page

i have generated a custom engine "Pianos" inside of refinery cms. On the index piano page, I'd like to display the content of a related custom field called "pianos_introduction_text". What would be the correct way to generate and display this custom…
algi
  • 567
  • 5
  • 13
0
votes
1 answer

Rails URLs Not working

I'm going to try to make a very long story short here. I was building an application in RefineryCMS on an Ubuntu server and everything was working fine until I started getting the following error…
Working Title
  • 254
  • 7
  • 28
0
votes
1 answer

refinerycms 2.0.3, how adding a field only to the home page

In Refinery 2.0.3, i would like add a field (text) only to the home page. I find it Custom fields in Refinery CMS, but if i understand, the field is applied on all pages. Someone have an idea ? Thank you
uther
  • 11
  • 3
-1
votes
1 answer

Refinery - NoMethodError: undefined method `spec' for nil:NilClass

When I was installing refinery 3.0.0, at the end of the bundle process the error: NoMethodError: undefined method `spec' for nil:NilClass An error occurred while installing refinerycms-core (3.0.0), and Bundler cannot continue. was shown.
Cris R
  • 1,339
  • 15
  • 27
-1
votes
1 answer

How to output post on main page with Refinery blog

Im usining Refinery with Refinery blog . When i try to output post on home page im geting error undefined method `any?' for nil:NilClas i think it happens because of different controller. here is the code of my page
user1515777
  • 31
  • 1
  • 7
-1
votes
1 answer

Rails query with join returns less results than should

Why my query returns only 34 records, but there is more than 300 records to return? Query 1: 2.1.5 :109 > Refinery::BeerBrands::BeerBrand.all.count (0.5ms) SELECT COUNT(*) FROM `refinery_beer_brands` => 34 Query 2: 2.1.5 :106 >…
ProkopS
  • 365
  • 2
  • 13
-1
votes
1 answer

When I try to do a rake db:migrate

Hello developers I am in trouble When I try to do a rake db:migrate it returns a warning but it doesn't seems to do the migration. This is the error: sanchez@danik21:/var/www/nubedianWebSite$ rake db:migrate DEPRECATION WARNING: You have Rails…
-1
votes
1 answer

RefineryCMS - How I can inherit method from admin controller to front end controller?

I am using Refinery CMS on Ruby on Rails and I need to know, if it's possible to inherit some method from an admin controller in a front-end controller? I require the same method in the backend and the frontend, but I want them to redirect…
ProkopS
  • 365
  • 2
  • 13
-1
votes
1 answer

Accessing App in web browser creating by "refinerycms" in linux machine?

I have Created a app "my_new_app" in my linux terminal like as follow : u107@mint107 ~ $ refinerycms /home/u107/my_new_app create create README.rdoc create Rakefile create config.ru create .gitignore create …
user2640758
  • 73
  • 1
  • 3
  • 11
-1
votes
1 answer

Routing authorize.net under a specific refinery page

I have made an app using refinery cms , everything is gud except the store . I used authorize.net for payment purpose , but the problem being the authorize.net app gets loaded at root and i want it under 'Store' . I have read about routes.rb and i…
Caffeine Coder
  • 1,869
  • 1
  • 17
  • 35
-1
votes
2 answers

Refinery CMS not installing on Rails3.2.6 app

I've added gem refinerycms, ~> 2.0.10 in my existing rails app built with rails version 3.2.6 but when I run "bundle command" I'm getting this error: Bundler could not find compatible versions for gem "jquery-rails": In Gemfile: …
-1
votes
1 answer

Setting up Amazon S3 for Uploads and Refinery CMS

I need help concerning setting up Refinery cms with S3 Amazon service for web uploads. I've copied config/application.rb this code: module My-Site class Application < Rails::Application ... ENV['S3_KEY']='key-i-got-from-amazon' …
Dantes
  • 2,791
  • 6
  • 26
  • 34
-2
votes
1 answer

How to remove the inscription and link "Powered" in CMS

I decided to create a website on CMS MediaVibe: https://bigpin.ru I'd like to remove the inscription with a link to the developer's site at the bottom of the site. Searched in index.php and found nothing. How can this label be…
1 2 3
32
33