No commit activity in last 3 years
No release in over 3 years
A star rating plugin for the Camaleon CMS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.1.0
 Project Readme

Camaleon CMS Rating

A star rating plugin for the Camaleon CMS.

Preview

Usage

<!-- including scripts into the layout file -->
<%= javascript_include_tag plugin_asset_path('main', 'camaleon_cms_rating') %>

<!-- including partials into the post template file -->
<%= render partial: plugin_view('front/index', 'camaleon_cms_rating'), locals: { post: @post } %>
<%= render partial: plugin_view('front/new', 'camaleon_cms_rating'), locals: { post: @post } %>

Installation

Add this line to your application's Gemfile:

gem 'camaleon_cms_rating'

And then execute:

$ bundle

Or install it yourself as:

$ gem install camaleon_cms_rating

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/aspirewit/camaleon_cms_rating. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.