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

https://github.com/diowa/ruby4-rails8-flowbite-render

An opinionated starter application based on Ruby 4.0, Rails 8.1, deployable on Render
https://github.com/diowa/ruby4-rails8-flowbite-render

flowbite font-awesome postgresql rails render rspec rubocop ruby starter-app stimulus-js turbo

Last synced: about 2 months ago
JSON representation

An opinionated starter application based on Ruby 4.0, Rails 8.1, deployable on Render

Awesome Lists containing this project

README

          

# Rails 8 Starter App
[![Build Status](https://github.com/diowa/ruby4-rails8-flowbite-render/actions/workflows/ci.yml/badge.svg)](https://github.com/diowa/ruby4-rails8-flowbite-render/actions)
[![Maintainability](https://qlty.sh/gh/diowa/projects/ruby4-rails8-flowbite-render/maintainability.svg)](https://qlty.sh/gh/diowa/projects/ruby4-rails8-flowbite-render)
[![Coverage Status](https://coveralls.io/repos/github/diowa/ruby4-rails8-flowbite-render/badge.svg?branch=main)](https://coveralls.io/github/diowa/ruby4-rails8-flowbite-render?branch=main)

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)

This is an opinionated starter web application based on the following technology stack:

* [Ruby 4.0.1][:ruby-url]
* [Rails 8.1.2][:ruby-on-rails-url]
* [Tailwind CSS 4.1.18][:tailwind-css-url]
* [Flowbite 3.1.2][:flowbite-url]
* [Puma][:puma-url]
* [PostgreSQL][:postgresql-url]
* [RSpec][:rspec-url]
* [Font Awesome SVG 7.1.0][:fontawesome-url] (via [Iconmap for Rails](:iconmap-url))
* [RuboCop][:rubocop-url]
* [RuboCop RSpec][:rubocop-rspec-url]
* [stylelint][:stylelint-url]
* [i18n-tasks][:i18n-tasks-url]

[:flowbite-url]: https://flowbite.com/
[:fontawesome-url]: https://fontawesome.com
[:iconmap-url]: https://github.com/tagliala/iconmap-rails
[:i18n-tasks-url]: https://github.com/glebm/i18n-tasks
[:postgresql-url]: https://www.postgresql.org
[:puma-url]: https://puma.io
[:rspec-url]: https://rspec.info
[:rubocop-rspec-url]: https://github.com/backus/rubocop-rspec
[:rubocop-url]: https://github.com/bbatsov/rubocop
[:ruby-on-rails-url]: https://rubyonrails.org
[:ruby-url]: https://www.ruby-lang.org/en/
[:stylelint-url]: https://stylelint.io
[:tailwind-css-url]: https://tailwindcss.com/

Starter App is deployable on [Render](https://render.com/). Demo: https://ruby4-rails8-flowbite-render-app.onrender.com/

```Gemfile``` also contains a set of useful gems for performance, security, api building...