-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
613fca0
commit 8782ca4
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Rails 7. Startkit | ||
|
||
Ultimate Rails 7 Start Kit. | ||
|
||
Dockerized Rails Application with the most useful/popular preinstalled tools. | ||
|
||
### 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 |