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
0 answers

RefineryCMS Index view generated/saved in /public

I just started using RefineryCMS as a gem in my Rails app, I've been enjoying it a lot so far (really nice work)! gemfile: gem 'refinerycms', '~> 2.0.0' # refinerycms engines gem 'refinerycms-blog', '~> 2.0.0' gem 'refinerycms-inquiries', '~>…
0
votes
1 answer

Simple Rails 3.2 app + RefineryCMS + devise

I had a simple Rails 3.2 app and later added RefineryCMS by following the official guide (http://refinerycms.com/guides/with-an-existing-rails-app). Now I want to add devise to the Rails app to restrict public content based in the logged in user. I…
0
votes
2 answers

Default route only for [POST] - Ruby on Rails 3.2

When specifying a return URL for PayPal on my web site, I get the following error: No route matches [POST] "/" I would like to specify a default route for the POST method. How can I make that the default 'root' route accepts also POST…
joscas
  • 7,474
  • 5
  • 39
  • 59
0
votes
3 answers

A Rails CMS that support local theming natively with HAML?

I would like to know if there is any CMS that supports local theme editing ? I mean, one the best rails CMS, locomotiveCMS need an extra paying tool called LocomotiveEditor if you want to code localy, I also tried Refinery CMS, a good one too, but…
0
votes
0 answers

Refinery CMS replace model layer

I have a situation in which I want to replace my model layer (Activerecord) generated by a Refinery CMS engine with API calls that will return data to me in JSON. Is it possible? if yes please guide me to some tutorial/demo.
0
votes
1 answer

Display records in refinery page

I need to get the record from database and i want to display that record value on home page. My table name is refierny_about. I have a model. It was created while I generating the engine. Thanks for your advise.
Willing
  • 602
  • 1
  • 6
  • 16
0
votes
1 answer

how to create new controller and model in Refinerycms and how use it?

here, I want to create a application using refinery for that I need one new table resto. and to access that table I want to use my own controller resto. how it is possible ? please help me....
0
votes
1 answer

Error on Updating RefineryCMS

I am trying to update from refinery 1.0.9 to 2.0.9 on ruby 1.9.3. I am getting this error: Bundler could not find compatible versions for gem "refinerycms-core": In Gemfile: refinerycms-news (~> 1.2) ruby depends on refinerycms-core (~>…
Josh Scott
  • 3,790
  • 7
  • 29
  • 31
0
votes
1 answer

Bootstrap icons being overridden by in refinery editor

I am using refinery branch 2.0-stable with twitter bootstrap and rails 3.1. I've tried adding a bootstrap icon to a refinery page html using the following syntax: When I save the page, the tags are overridden with …
cash22
  • 430
  • 3
  • 20
0
votes
1 answer

All the images referenced by og:image should be at least 200px

i Would like to ask you to help me problem is i am constantly getting this msg from fb debugger whatever I do: "All the images referenced by og:image should be at least 200px in both dimensions. Please check all the images with tag og:image in the…
Dantes
  • 2,791
  • 6
  • 26
  • 34
0
votes
1 answer

Access Site Problems

Problem is that sometimes I can't access my site. I developed my site using Ruby on Rails 3, Refinery CMS and deployed it to heroku. I bought the domain from domainsite.com. I can always access my site using the heroku suffix i.e.…
Dantes
  • 2,791
  • 6
  • 26
  • 34
0
votes
2 answers

refinerycms engine i18n route error

need to have multiple language. configured i18n.rb: Refinery::I18n.configure do |config| config.enabled = true config.default_locale = :en config.current_locale = :en config.default_frontend_locale = :en config.frontend_locales = [:en,…
0
votes
1 answer

how to store s3 credentials in an untracked file using fog

I'm trying to get refinerycms to upload files to s3, using the fog gem. I'd like to pull my S3 credentials from a file that is not in my git repo (e.g. s3.yml) I found some old references to doing this using the aws-s3 gem, but not fog. Thanks in…
rda3000
  • 1,410
  • 1
  • 18
  • 31
0
votes
1 answer

Refinerycms undefined method 'title_with_meta'

I'm migrating my refinerycms project to production and i'm now getting the error NoMethodError in Refinery/admin/pages#index Showing /var/www/vhosts/tomstestsite.us/PersonalTrainingKT/app/views/refinery/admin/pages/_page.html.erb where line #10…
Catfish
  • 18,876
  • 54
  • 209
  • 353
0
votes
1 answer

How to create new custom field in Add New User view in RefineyCMS

Can I add new custom field in the Add a New User view in RefineryCMS admin. I login as Superuser I want to create a new user and want to able to associate with a country, I've created a separate extension for adding countries. Pelase help. quite…
Sharjeel
  • 1
  • 1