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开发者_StackOverflow中文
I am in the beginning stages of diving into the world of RefineryCMS and am having an issue with the theming Engine.
I\'m trying to get my refinery cms image storage to Amazon s3 and I\'m following this guide: http://refinerycms.com/guides/how-to-use-amazon-s3-for-storage
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 con
Just curious: I have to do a mini-CM开发者_如何转开发S that allows users to add \"pages\" using a template. Each of the produced pages has/is an entry form and a \"received\" page.
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 e
I\'m trying to run refinery-edge on my Ubuntu 10.04 64bit. I have RVM installed, created the gemset \"refinery-edge\", and followed the steps in the refinery website, but when I try to create the refi
When creating a new refinerycms app on a windows machine, I am getting a \"Permission Denied\" error while running rake db:开发者_开发技巧migrate. See below (some output truncated)
I installed the ruby refinerycms gem tonight in trying to play with a new system besides the normal WordPress or Drupal CMS\'.
I just instal开发者_StackOverflowled a new rails 3 application on ruby 1.9.2 for the first time using Refinery CMS.