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
Yoshiyuki Kinjo 32b03b4615 Implement AR#inspect using ParamterFilter.
AR instance support `filter_parameters` since #33756.
Though Regex or Proc is valid as `filter_parameters`,
they are not supported as AR#inspect.

I also add :mask option and #filter_params to
`ActiveSupport::ParameterFilter#new` to implement this.
2018-10-19 14:16:03 +09:00
..
active_record Implement AR#inspect using ParamterFilter. 2018-10-19 14:16:03 +09:00
arel Fix odd indentation 2018-10-10 08:03:06 +09:00
rails/generators Refactor migrations_path command option to database 2018-09-28 14:24:36 -04:00
active_record.rb Refactors Active Record connection management 2018-08-30 10:06:45 -04:00
arel.rb Extract Arel.arel_node? helper method 2018-09-28 04:57:12 +09:00