https://github.com/cmirnow/slider-on-rails
Slider on rails. Ruby On Rails 6, bootstrap 5. ActiveAdmin.
https://github.com/cmirnow/slider-on-rails
activeadmin bootstrap5 rails6 ruby-on-rails
Last synced: 3 months ago
JSON representation
Slider on rails. Ruby On Rails 6, bootstrap 5. ActiveAdmin.
- Host: GitHub
- URL: https://github.com/cmirnow/slider-on-rails
- Owner: cmirnow
- Created: 2022-04-06T00:35:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T05:45:10.000Z (over 3 years ago)
- Last Synced: 2025-02-13T12:53:47.661Z (5 months ago)
- Topics: activeadmin, bootstrap5, rails6, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slider on Rails
## Tutorial for the seminar
**Learn how to create a responsive slideshow with Ruby on Rails, Bootstrap and ActiveAdmin.**
[](https://masterpro.ws/slider-onrails)
[](https://masterpro.ws/slider-onrails)
# 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](https://masterpro.ws/slider-onrails).