Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-teacher committed Jan 14, 2023
1 parent 613fca0 commit 8782ca4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,6 @@ Now you are in the Rails container and you can do everything as usual

### TODO

- <s>ElasticSearch. [Chewy](https://github.com/toptal/chewy)</s>
- <s>Memcached [Link](https://devcenter.heroku.com/articles/building-a-rails-3-application-with-memcache)</s> [Rejected](https://stackoverflow.com/questions/10558465/memcached-vs-redis)
- <s>Puma on systemd [Link](https://github.com/puma/puma/blob/master/docs/systemd.md)</s> [Rejected](https://developers.redhat.com/blog/2019/04/24/how-to-run-systemd-in-a-container)
- <s>Sidekiq on systemd [Link](https://github.com/mperham/sidekiq/blob/main/examples/systemd/sidekiq.service)</s> [Rejected](https://developers.redhat.com/blog/2019/04/24/how-to-run-systemd-in-a-container)
- Action Cable [Link](https://guides.rubyonrails.org/action_cable_overview.html)
- Nginx

Expand Down
22 changes: 22 additions & 0 deletions docs/releases.md
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

0 comments on commit 8782ca4

Please sign in to comment.