1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/bug_report_templates
yuuji.yaginuma 2dafc4be22 Do not use private API in bug report templates
`ActiveRecord::Migrator` is private API.
bb9d6eb094/activerecord/lib/active_record/migration.rb (L977)

Therefore, it is not good to use it in bug report templates.
Instead, should use the public API `ActiveRecord::Migration#migrate`.
2017-06-22 08:08:45 +09:00
..
action_controller_gem.rb Define path with __dir__ 2017-05-23 00:53:51 +03:00
action_controller_master.rb Define path with __dir__ 2017-05-23 00:53:51 +03:00
active_job_gem.rb Update the Gem Bug Report Templates to 5.1.0 2017-05-01 07:48:11 -05:00
active_job_master.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
active_record_gem.rb Update the Gem Bug Report Templates to 5.1.0 2017-05-01 07:48:11 -05:00
active_record_master.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
active_record_migrations_gem.rb Do not use private API in bug report templates 2017-06-22 08:08:45 +09:00
active_record_migrations_master.rb Do not use private API in bug report templates 2017-06-22 08:08:45 +09:00
benchmark.rb Use released arel 2017-02-21 11:46:42 -05:00
generic_gem.rb Update the Gem Bug Report Templates to 5.1.0 2017-05-01 07:48:11 -05:00
generic_master.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30