1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
Jeremy Daer 53c516d88d
redis-rb 4.0 support
* Use `gem 'redis', '~> 4.0'` for new app Gemfiles
* Loosen Action Cable redis-rb dep to `>= 3.3, < 5`
* Bump redis-namespace for looser Redis version dep
* Avoid using the underlying `redis.client` directly
* Use `Redis.new` instead of `Redis.connect`
2017-10-08 15:37:54 -07:00
..
minitest Merge pull request #29891 from pat/frozen-string-literals-railties 2017-08-14 15:00:37 -04:00
rails redis-rb 4.0 support 2017-10-08 15:37:54 -07:00
rails.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00