Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we move .pryrc? #164

Open
raghubetina opened this issue Aug 12, 2020 · 0 comments
Open

Can we move .pryrc? #164

raghubetina opened this issue Aug 12, 2020 · 0 comments
Labels

Comments

@raghubetina
Copy link
Contributor

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant