Questions tagged [camaleon]

CMS platform based on Ruby on Rails

Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails 4+ and Ruby 1.9.3+. This CMS is an alternative to wordpress for Ruby on Rails developers to manage advanced contents easily. Camaleon CMS is a flexible manager where you can build your custom content structure without coding anything by custom fields and custom contents type. GitHub link

8 questions
2
votes
1 answer

Installation error Camaleon Cms Rails

I am trying to install Camaleon CMS but getting following error: undefined method `decorate' for # My Rails version is: 5.0.4 Ruby version is: 2.3.4 Is it the version issue, because i have read somewhere that…
Amrinder Singh
  • 5,300
  • 12
  • 46
  • 88
1
vote
1 answer

Camaleon CMS: undefined method `host' for nil:NilClass

When I decorate a post and then call the method the_url(), the following exception is thrown: NoMethodError: undefined method `host' for nil:NilClass This only happens when I call the method, while performing a rake task, and when the rails app is…
jpac
  • 69
  • 5
1
vote
1 answer

How to load assets in Camaleon Cms Rails?

I have installed a custom theme in Camaleon Cms and put the images in the following folder: app/apps/themes//assets/images/ When I try to load the image by using the following path: <%= image_tag("logo.png", :alt => "logo", :width =>…
Amrinder Singh
  • 5,300
  • 12
  • 46
  • 88
1
vote
0 answers

Override Gem helper method in rails 4

I've a method called cama_current_user provided by a Gem Camaleon CMS which is used all over inside the Gem. Now I'm using this Gem with my application where I need to override the method `cama_current_user' by doing something like this, def…
Bibek Sharma
  • 3,210
  • 6
  • 42
  • 64
0
votes
1 answer

Needs redirects for routing

I'm very excited about Camaleon cms for rails 5; however, I've noticed a significant problem with posts that have parent slugs or have post-type slugs in the url as a url format. For background, it's very important that a post's content can only be…
S Sanford
  • 1
  • 2
0
votes
1 answer

Camaleon-CMS: How to disable media files edition

Is there a way to disable the media items edit button? Either in the Camaleon configuration or by using a hook... In my case, the user can only upload images and use them, but cannot edit them! Thanks!
jpac
  • 69
  • 5
0
votes
0 answers

Uncaught Exception: Could not find aws-sdk-core-2.6.49 in any of the source

I am setting up a rails application with Camaleon CMS and i have been at it for 10 hours. The gemfile has been giving me so many problems. I can not start-up the server because of dependency issues. /home/daniel/.rbenv/versions/2.2.4/bin/ruby -e…
danielbker
  • 392
  • 1
  • 3
  • 21
-1
votes
1 answer

How to filter posts by category in Camaleon CMS?

I am trying to filter posts by category in my Rails project, I am using Camaleon CMS. My basic requirement is to display only specific posts. For example, only those posts to be shown who belong to the category "Fruits"? Here is the code I have…
Amrinder Singh
  • 5,300
  • 12
  • 46
  • 88