Releases: the-teacher/rails7-startkit
Releases · the-teacher/rails7-startkit
Release 1.1
Rails 7. Startkit
Ultimate Rails 7 Start Kit.
Dockerized Rails Application with the most useful/popular preinstalled tools.
RELEASE 1.1 DETAILS
READ ARTICLE: Rails 7. StartKit +“whenever” gem |
Current state of the project
Great if you want to:
- Start a new project
- Write a new article about Rails
- Have a playground to learn Rails
Release 1.0
Rails 7. Startkit
Ultimate Rails 7 Start Kit.
Dockerized Rails Application with the most useful/popular preinstalled tools.
Great if you want to:
- Start a new project
- Write a new article about Rails
- Have a playground to learn Rails
Release 1.0
- Docker - Helps to keep all required services in containers. To have fast and predictable installation process in minutes
- PostgresSQL - Most popular relational database
- Ruby 3.2 - Most recent version of Ruby
- Rails 7 - Most recent version of Rails
- Puma - Application Web Server. To launch Rails app
- gem "config" - Configuration management tool
- Redis - In-memory data store. For caching and as a dependency of Sidekiq
- Sidekiq - Job Scheduler and Async Tasks Executor. Can be used as a stand alone tool or as ActiveJob backend
- Elasticsearch - The world’s leading Search engine
- Chewy - Ruby Connector to Elasticsearch
- Import Maps - Rails' recommended way to process JavaScript
- Faker - Fake data for development and testing
- Sanitize - Sanitization of a dangerous users' input
- Kaminari - Pagination solution
Index page view