Should dalli and redis gems be standard issue (part of "rails new") since 
they are "require"d?
   
   - activesupport-5.2.3/lib/active_support/cache/redis_cache_store.rb: require 
   "redis"
   - 
   - 
   actionpack-5.2.3/lib/action_dispatch/middleware/session/mem_cache_store.rb: 
require 
   "rack/session/dalli"
   - 
   - activesupport-5.2.3/lib/active_support/cache/mem_cache_store.rb: require 
   "dalli"

Also see error message elsewhere in the code

   - 
   actionpack-5.2.3/lib/action_dispatch/middleware/session/mem_cache_store.rb: 
$stderr.puts 
   "You don't have dalli installed in your application. Please add it to 
   your Gemfile and run bundle install"
   - activesupport-5.2.3/lib/active_support/cache/mem_cache_store.rb: 
   $stderr.puts "You don't have dalli installed in your application. Please 
   add it to your Gemfile and run bundle install"


Thanks,
Al

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-core/339b3e0e-8978-472c-b576-d0e6d8a92f50%40googlegroups.com.

Reply via email to