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 3.0. Refinery differs from similar products by targeting a non-technical end user and ...
3
votes
2answers
213 views
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 ...
3
votes
2answers
165 views
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 ...
3
votes
1answer
740 views
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 ...
2
votes
1answer
79 views
Could not find generator refinerycms-news engine
I am trying to generate refinery-new in my refinerycms and facing following error...
$ rails generate refinerycms-news
Could not find generator refinerycms-news
I have already installed ...
2
votes
1answer
331 views
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 ...
2
votes
1answer
275 views
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 ...
2
votes
1answer
333 views
Heroku + Refinery + S3 : get “Unknown region” error
Following
How to Install Refinery on Heroku
I get ArgumentError (Unknown region: "EU_Ireland")
UPDATE:
I'm actually using fog (not aws-s3) as required in last version:
...
2
votes
1answer
130 views
When you upgrade an engine that has new migrations, how to run them?
I just updated refinerycms-news engine in my Gemfile from '~> 0.9.8' to :git => 'https://github.com/resolve/refinerycms-news.git', and now there is an error caused by a missing column. The ...
2
votes
2answers
261 views
Integrating apotomo with RefineryCMS pages
I'd like to extend RefineryCMS's PagesController to use some apotomo widgets in our project.
I could potentially do an "override" of the PagesController, which copies it into my project, but I'm ...
2
votes
1answer
825 views
Multiple Layouts in Refinery CMS
Does anyone know how to make multiple layouts in refinery? It doesn't have to be in the user admin I just need to be able to programmatically tell some refinery pages to use one layout and others to ...
1
vote
0answers
44 views
Why isn't my video uploading in rails?
I'm building on top of on Refinery CMS (www.refineryCMS) and on one of my web pages I need and embedded mp4 video (I can save the video into another format if thats the issue, though I doubt it is, ...
1
vote
1answer
50 views
Ruby on Rails Helper in Controller Refinery CMS
I am utilizing Refinerycms for my web application. I created an engine and I created a helper called PostsHelper. I want to be able to utilize the helper in my view (obviously), but it does not ...
1
vote
0answers
116 views
Custom Products Engine - RefineryCMS
I need to generate a custom engine like products which
are categorized in Brands and Categories:
Products:
Category 1
-----Product 1 /the same product in brand 1/
-----Product 2
-- Category 2
...
1
vote
0answers
17 views
Unpack refinery gems in rails project
I tried rake gem:unpack but I get task not found. I would like to have refinery gems in my /vendor directory to be able to see the never ending views and partials and may be modify them.
1
vote
1answer
72 views
What is the layout used by Rails guides?
Anyone knows if there are any framework or layout that use the Rails Guides and the RefineryCMS guides? Both of then have a similar interface and I want to make my own guide with the same view.
1
vote
1answer
248 views
Issue with refinerycms I18n Translation Default Frontend Locale
Im working with RefineryCMS to upload a blog. Every works fine, but when i change the "I18n Translation Default Frontend Locale (Refinery) - en" to "es" (spanish) only somethings changes in the blog ...
1
vote
0answers
100 views
How to install and use a gem inside an rails engine
I use refinery-cms to create a webshop in ruby-on-rails and refinery is largely based on engines. I have therefore made a "webshop" engine with all my models, and i want to install the gem ...
1
vote
0answers
127 views
refinerycms constraints breaks routes
i'm running rails 3.0.10 on ruby-1.8.7p352. i installed refinerycms 1.0.8 and tried to block all access to the backend for all ip's except a whitelist. i did it by editing my routes.rb to:
...
1
vote
1answer
60 views
javascript_include_tag output safe html
I've updated http://tetalab.org/ with RefineryCMS 1.0.8, and now, our stylesheets and javascripts are outputted as safe html, breaking anything on the site.
Exemple of code outputting safe html:
...
1
vote
0answers
56 views
RefineryCMS app creation problem in Windows XP
I'm having real problems getting refinerycms to work on Windows. I have got the installation working correctly on a Windows 7 machine at work and have copied the set-up for home, but I just get this ...
1
vote
0answers
65 views
RefineryCMS logo in edit mode causes a browser error
I have a stiuation with the RefineryCMS logo in site edit mode that causes a browser mixed content error. This is probably not an issue with the out of box RefineryCMS. I have several web sites that ...
1
vote
1answer
140 views
Attaching Refinery CMS to an existing Rails application
i'm trying to attach Refinery to an existing app and was wondering why it's not possible to define a "Refinery User model". Probably everybody uses an "User" model to deal with the application logic. ...
1
vote
0answers
230 views
Rails > Refinery CMS > Displaying an image thumbnail
I've added a custom engine into my refinery app with an image field. It all links up great and in the admin areas I can add images to it, etc.
I have a question about adding said images to a view ...
1
vote
1answer
57 views
How do I delete a record from all tables it is referred to?
Good morning fellow Overflowers,
Small problem with model associations. I have these model associations:
class Categorization < ActiveRecord::Base
belongs_to :exhibit
belongs_to :category
end
...
1
vote
0answers
101 views
Memberships engine not working properly
I've installed RefineryCMS and a couple of its engines (like Blog). Everything was working fine until I installed Memberships engine.
After struggling a couple of days, I could make it "work". By ...
1
vote
1answer
213 views
Implementing an RSS feed using refinery CMS / RoR
I am fairly new to both RoR and refinery CMS (although, very seasoned C#/ASP.net developer) - I followed the tutorial on their website;
http://refinerycms.com/guides/getting-started-with-refinery
...
1
vote
1answer
673 views
RSpec and getting puts or logger.info to work
When I'm running my specs like "rspec ." from the command line, I can see puts or logger.info in the console, if i call that code in my spec. However, if the call to logger.info or puts is in my ...
1
vote
1answer
177 views
Refinery-cms sub uri
I'm trying to set up refinery cms to work in a apache/passenger with a sub uri. But when i access the site and admin area, i get a strange behavior (Images aren't loaded correctly, pages can't be ...
1
vote
1answer
557 views
RefineryCMS installation problems
I installed the ruby refinerycms gem tonight in trying to play with a new system besides the normal WordPress or Drupal CMS'.
I ran sudo gem install refinerycms and it installed just fine. When I ran ...
1
vote
1answer
1k views
SendGrid not sending emails on Heroku from default inqury/contact form
This is my first app using RefineryCMS. The way I have sent mail from applications in the past is not currently work with my refinery app.
I have tried numerous ways of doing this by way of numerous ...
1
vote
1answer
393 views
Override a class in rails/refinerycms
I'm using refinery cms and want to override (add a method) to their page class. I've tried doing a Page.class_eval in a file in the initializers directory but it only seems to work on the first page ...
1
vote
0answers
190 views
How to migrate Refinery CMS to CentOs 5.x
I am new to Ruby on Rails.
I have built a demo site with Refinery CMS on my Mac environment and am ready to deploy it to my Virtual Dedicated Server running CentOS 5.x.
Can anyone walk me through ...
1
vote
1answer
454 views
Problem deploying Refinery CMS with Capistrano
I have the following custom Refinery CMS engines in my gemfile:
gem 'refinerycms-venues', '1.0', :path => 'vendor/engines', :require => 'venues'
gem 'refinerycms-events', '1.0', :path => ...
1
vote
3answers
189 views
Do I really need to setup a mongrel cluster to handle this?
So my father runs a rather small business. I'm going to set him up with a website using RefineryCMS (that's a ror-based cms).. He will probably get less than 500 hits a month. Do I really need to set ...
1
vote
1answer
430 views
Alternate editor for RefineryCMS
I think the build in editor isn't really that great and I think about changing it into something different.
Is there any complete solution with one of the rich javascript editors available? Basicly ...
1
vote
4answers
1k views
Jekyll vs RefineryCMS?
I know many Ruby users are using Jekyll but I wonder what the benefits that will bring over RefineryCMS?
Could someone highlights the differences and pros/cons for each.
0
votes
0answers
5 views
Refinery Blog CMS Upgrade (branch 3-1) … breaking my site?
I ran bundle update to go get the latest changes (I know its risky!) but hey I did.
Now everything to do with the blog keeps coming up with:
Showing ...
0
votes
0answers
27 views
Dragonfly, rails 3.2, Refinery Edge (2.0) ImageMagick on Centos 5.6
I have all the dependancies installed (or I think I do). I definitely have ImageMagick installed, however when using Refinery(v2.9 on rails 3.2) to upload images, I get the following error:
...
0
votes
2answers
29 views
Rails 3.2, Refinery Edge Blog
I am trying to deploy my Refinery blog CMS to a staging server.
The app works fine on my development but annoyingly it does not online. I get the following error from passenger:
No such file to load ...
0
votes
2answers
40 views
Menu in Refiney CMS
Sorry for that, but a new I new in rails. Well I created an application and I'm started editing the front end pages
In Refinery guide tells me to edit the application.html.erb. Then I started editing ...
0
votes
1answer
34 views
How to render specific number of times?
How to render specific number of times ?
I'm making that my topmenu and sidemenu have the same pages.I want for the topmenu to only show first 4 pages and for the sidemenu to show all available pages.
...
0
votes
1answer
34 views
How do I add localization for some fields in a rails model
I am using refinery-cms and have created a custom engine, which houses a jobs model. When I use that model in a form, I add the following code to pull one of the model's fields:
<%= f.label ...
0
votes
1answer
41 views
Rails 3 - RefineryCMS Edge
I am using refinery cms edge version from github for my personal blog. I have installed the blog plugin but I am having trouble figuring out how to get the generators to work. It says i should have a ...
0
votes
1answer
32 views
RefinerCMS: Selecting locale from front-end
I have been crawling Google for the past hour for a solution to this seemingly simple feature.
I have created a RefineryCMS site, and in the settings I've added two frontend locales: en and da. I ...
0
votes
1answer
311 views
Rails 3.1.3 with RefineryCMS with Sprockets 2.0.3
Above mentioned configuration works on development, but production makes me mad with this (after rake db:migrate, but also after regular request).
Forced to use edge versions of refinery engines, ...
0
votes
1answer
43 views
how to uninstall refinery plugin
I have been working with refinery cms for a website and was trying to create a gallery with the portfolio plugin. I decided another plugin would work better but now I am stuck with the databases and a ...
0
votes
1answer
145 views
Attaching refinery cms to existing rails app version 3.1.1
I have an existing Rails app of version 3.1.1 and I am planning to add refinery cms to it. I have tried googling about it and have found few solutions.
I have placed following line in the gemfile:
...
0
votes
1answer
86 views
How do i override the views of the “Images” tab of RefineryCMS' admin area?
Is it somehow possible to override the admin interface of RefineryCMS?
Currently i am working on an Online Portfolio based on RefineryCMS + the Portfolio plugin.
I basically want to display add image ...
0
votes
0answers
56 views
Is there any Social network engine for Rails Refinerycms?
I have to integrate social network engine with Refinery cms.
Is there any Social network engine for Refinerycms?
Is it possible to integrate 'community engine' or 'insoshi' with refinery?
0
votes
2answers
97 views
Rails routing url name helpers
What basic settings are required to make sure routing url name helpers work?
For instance in my route I have the following:
Blog::Application.routes.draw do
resources :news, :as => ...