Skip to content

Can we move .pryrc? #164

Description

@raghubetina

Right now we have this .pryrc:

Pry.config.print = proc do |output, value, _pry_|
  case value
  when ActiveRecord::Relation
    output.puts "=> #{value.to_s}"
  else
    Pry::ColorPrinter.default(output, value, _pry_)
  end
end

Since we're in a Rails project, can we move this into a config file?

(Trying to combat the creeping scourge of files in the root folder.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions