1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Yasuo Honda 05781f1f9c No need to handle if FrozenError is available
Rails 6 requires Ruby 2.5, which introduces `FrozenError`
https://docs.ruby-lang.org/en/2.5.0/NEWS.html

Related to #31520
2018-12-23 13:26:20 +00:00
..
active_record/connection_adapters
assets
cases No need to handle if FrozenError is available 2018-12-23 13:26:20 +00:00
fixtures Lazy checking whether or not values in IN clause are boundable 2018-10-24 11:26:49 +09:00
migrations
models Don't treat begin and rollback transactions as write queries 2018-12-11 06:40:38 +09:00
schema Use squiggly heredoc to strip odd indentation in the executed SQL 2018-11-22 19:43:53 +09:00
support Upgrade Rubocop to 0.61.1 and fix offenses 2018-12-10 19:22:56 -02:00
config.example.yml Bump the minimum version of PostgreSQL to 9.3 2018-11-25 13:13:08 +00:00
config.rb