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
Ryuta Kamizono 22a6ff68b1 Use high level API on migration_context instead of using low level API directly
Since `migration_context` has `migrations_paths` itself and provides
methods which returning values from parsed migration files, so there is
no reason to use the `parse_migration_filename` low level API directly.
2018-12-28 10:17:12 +09:00
..
active_record Use high level API on migration_context instead of using low level API directly 2018-12-28 10:17:12 +09:00
arel Arel: Implemented DB-aware NULL-safe comparison (#34451) 2018-11-15 14:49:55 -05:00
rails/generators Refactor migrations_path command option to database 2018-09-28 14:24:36 -04:00
active_record.rb
arel.rb Extract Arel.arel_node? helper method 2018-09-28 04:57:12 +09:00