ConradIrwin / pry-debundle

Allows you to use gems not in your Gemfile from Pry.
MIT License
50 stars 9 forks source link

This is brilliant. #6

Closed indirect closed 11 years ago

indirect commented 11 years ago

I am totally going to start using this, and suggesting it to people who are desperate to use personal gems for development purposes. Thanks for making this. :)

ConradIrwin commented 11 years ago

No problem :).

It'd be kind of nice if Bundler provided an API Bundler.relax! or Bundler.allow_unbundled_gems! or something that people can put in .irbrcs; but I've not got around to working out how to phrase it.

indirect commented 11 years ago

A big part of the reason that we haven't done that yet is that I'm terrified of having to try to support people who have horrible interactions between bundled and un-bundled gems. It happened a lot in the days when Bundler wasn't as strict, and it created a huge support load. I basically figure that anyone who can figure out how to write code that does that will be able to look after themselves if it goes bad. :)

ConradIrwin commented 11 years ago

Bundler.i_promise_that_i_will_remove_this_line_before_reporting_any_bugs_to_the_bundler_project! ;)

indirect commented 11 years ago

:+1:

On Jan 4, 2013, at 2:57 PM, Conrad Irwin notifications@github.com wrote:

Bundler.i_promise_that_i_will_remove_this_line_before_reporting_any_bugs_to_the_bundler_project! ;)

— Reply to this email directly or view it on GitHub.