Skip to content

Commit b562a01

Browse files
committed
Stop recommending Kredis
Most apps should double down on their DB as the source of truth. Kredis still has a place for areas with very high performance needs, but that is not most apps or most of the time.
1 parent 2adcaea commit b562a01

File tree

1 file changed

+0
-3
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+0
-3
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile.tt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ source "https://rubygems.org"
55
<% end -%>
66
<% unless options.minimal? -%>
77

8-
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
9-
# gem "kredis"
10-
118
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
129
# gem "bcrypt", "~> 3.1.7"
1310
<% end -%>

0 commit comments

Comments
 (0)