-
On Windows with JRuby I've this error when creating a new project.
```
C:\develop> refinerycms -r 3.0.10 test_cms > output.txt
Running: cmd /c " "c:\Develop\jruby-1.6.4\bin\jruby" -S rails _3.0.10_ …
-
I was trying to install the latest version of Refinery CMS and got an error relating to not having Fog installed. Looking at the stack trace (https://gist.github.com/1052448) it comes back to Refinery…
-
Edit a page
Type some text, e.g. "Download here"
Select the text and choose Add Image
Cancel the dialog
Select the text again and choose Add Link
Now any type of link you are trying to insert will pop…
-
I get an error whenever I depoly my rails app to heroku (bamboo-mri-1.9.2 stack) with the rack-pagespeed gem included in my gem file.
I get the following returned:
```
Counting objects: 11, done.
De…
-
For some strange reason when using the search input the images won't be added.
To reproduce the error:
1. click on de Add Image, opening the gallery
2. use the search to find any of the existing imag…
flep updated
13 years ago
-
active_scaffold_vho conflicts with the refinery cms (http://refinerycms.com/). It's because both use @page and the find_page helper method. I fixed this issue by renaming to @active_scaffold_page and …
-
I've been working on this issue on the refinerycms google groups [here](http://groups.google.com/group/refinery-cms/browse_thread/thread/99713c079815d6af#). Since it may be a Heroku specific problem I…
-
Using refinery 1.0.3. I am building a site with multiple pages. The site has a home page and them pages that have the home page as a parent. Links to any pages that are siblings of the home page wo…
-
I select some text in editor and want to put link on it (link to some other page on refinery cms). In editor I click on "Add a link" icon, the new box is opened.
From "Your page" I select a page for …
-
When following the guide: http://refinerycms.com/guides/attaching-refinery-cms-to-an-existing-rails-application refinery cms fails with error
/gems/activerecord-3.0.7/lib/active_record/base.rb:1009:i…