refinerycms

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. ...

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 it should be fairly easy to replace the editor with something else, as it just generates html. One thing which can a bit more difficult is r...

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 up mongrel cluster for this as about every tutorial on the web suggests? Does anyone some good reading material for setting up a simple, ...

AWS S3/Ruby on Rails/ heroku: Security hole in my app

I have a route in my config which says that for a page, say /secure, there is a login required (done via authlogic). A before_filter in my controller takes care of that. That works fine, the page and its resources have restricted access - through the application. Trouble is, we are using Amazon S3 for storage on this app (based on refin...

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 use a different one. thanks. ...

heroku and vendor/plugins: does that work?

I have a RoR app 2.3.8 based on refinerycms. I had to add search functionality. For search, there is a gem for refinerycms, which is unfortunately for rails3. In order to use that, I had to git clone the plugin git checkout the specific version The plugin is in vendor/plugins. then I test everything locally, the search runs fine! If...