1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Yasuo Honda 5cd6f1792e supports_extensions? return always true since PostgreSQL 9.1
since the minimum version of PostgreSQL currently Rails supports is 9.1,
there is no need to handle if `supports_extensions?`

Refer https://www.postgresql.org/docs/9.1/static/sql-createextension.html
"CREATE EXTENSION"
2017-10-24 21:46:10 +00:00
..
active_record supports_extensions? return always true since PostgreSQL 9.1 2017-10-24 21:46:10 +00:00
rails/generators Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
active_record.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00