Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/rails-slim-select

This is a demo Ruby on Rails 7 application which imports and uses Slim Select 2 to select (multiple) object in forms.
https://github.com/dennis-every/rails-slim-select

Last synced: about 1 month ago
JSON representation

This is a demo Ruby on Rails 7 application which imports and uses Slim Select 2 to select (multiple) object in forms.

Awesome Lists containing this project

README

        


Rails Slim Select


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Rails Slim Select ](#-rails-slim-select-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Rails Slim Select

This is a demo Ruby on Rails 7 application which imports and uses Slim Select 2 to select (multiple) object in forms.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **SlimSelectJs**

(back to top)

## 💻 Getting Started

### Prerequisites

- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
- [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
- [Rails](https://guides.rubyonrails.org/)
- [PostgreSql](https://www.postgresql.org/)

### Setup

Clone this repository:

`git clone https://github.com/dennis-every/rails-slim-select.git`

`cd rails-slim-select`

## Install
`gem install bundler`

`bundle install`

`bin/rails db:setup`

### Usage

`bin/dev`

(back to top)

## 👥 Author

👤 **Dennis Every**

- [GitHub](https://github.com/dennis-every)
- [Twitter](https://twitter.com/dennis_every)
- [LinkedIn](https://www.linkedin.com/in/dennis-every/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/dennis-every/book-an-appointment-api/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

## 🙏 Acknowledgments

- [Slim Select 2](https://www.npmjs.com/package/slim-select)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)