Image Slideshows allows you to create groups of images for use by a JavaScript image slider.
Refinery CMS "core" engine version 2.0.0 or later.
Include the latest gem into your Refinery CMS application's Gemfile:
gem "refinerycms-image_slideshows", '~> 1.0'
Then type the following at the command line inside your Refinery CMS application's root directory:
bundle install
rails generate refinery:image_slideshows
rake db:migrate
rake db:seed