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

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

An opinionated starter application based on Ruby 3.4, Rails 8.0, deployable on Render
https://github.com/diowa/ruby3-rails8-flowbite-render

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

Last synced: 10 months ago
JSON representation

An opinionated starter application based on Ruby 3.4, Rails 8.0, deployable on Render

Awesome Lists containing this project

README

          

# Rails 8 Starter App
[![Build Status](https://github.com/diowa/ruby3-rails8-flowbite-render/actions/workflows/ci.yml/badge.svg)](https://github.com/diowa/ruby3-rails8-flowbite-render/actions)
[![Code Climate](https://codeclimate.com/github/diowa/ruby3-rails8-flowbite-render/badges/gpa.svg)](https://codeclimate.com/github/diowa/ruby3-rails8-flowbite-render)
[![Coverage Status](https://coveralls.io/repos/github/diowa/ruby3-rails8-flowbite-render/badge.svg?branch=main)](https://coveralls.io/github/diowa/ruby3-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 3.4.5][:ruby-url]
* [Rails 8.0.2.1][:ruby-on-rails-url]
* [Tailwind CSS 4.1.11][:tailwind-css-url]
* [Flowbite 3.1.2][:flowbite-url]
* [Puma][:puma-url]
* [PostgreSQL][:postgresql-url]
* [RSpec][:rspec-url]
* [Font Awesome SVG (via Iconmap)][:fontawesome-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
[: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://ruby3-rails8-flowbite-render-app.onrender.com/

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