Skip to content

Slider on rails. Ruby On Rails 6, bootstrap 5. ActiveAdmin.

Notifications You must be signed in to change notification settings

cmirnow/slider-on-rails

Repository files navigation

Slider on Rails

Tutorial for the seminar

Learn how to create a responsive slideshow with Ruby on Rails, Bootstrap and ActiveAdmin.

Slider on Rails

 

Slider on Rails

Quickly start

$ git clone https://github.com/cmirnow/slider-on-rails.git
$ cd slider-on-rails
$ bundle install
$ bin/rails db:create
$ bin/rails db:migrate
$ bin/rails db:seed
$ yarn install --check-files
$ bin/rails s

Running specs

$ bundle exec rspec

or

$ bundle exec rspec -fd

  Description.