James Blanding

Results 19 comments of James Blanding

@aprescott In my proposed change, the check of `$PROMPT_COMMAND` is still present within its original location in the DEBUG trap (line 36). The check prevents the trap from executing when...

Presumably you'd also check to see if `bash-preexec` was already loaded before attempting to load the vendored version? Personally I'm not sure the added cost of vendoring a dependency is...

> I’m recommending detecting bash-preexec. I’m not suggesting vendoring it. Then to me, that change seems like it would be independent of this PR. Personally I'd prefer not to have...

I happened upon this issue in the process of writing up a similar proposal. I agree it would be beneficial for the call to chruby_auto to be wrapped in another...

It seems like the root issue here is the fact that `auto.sh` both defines the `chruby_auto` function and attempts to configure the shell to call it. I think the simplest...

Right... so does that mean you agree with this proposal (in a general sense)? I'm happy to put together a PR for further discussion. > On Jan 5, 2016, at...

We just ran into the fully qualified shebang issue ourselves when a coworker updated his version of ruby-2.0.0 and deleted the older version. Maybe it makes sense to just suggest...

It would be nice if this fix could be pushed, given that it's literally one line...

Hello, Could you please also post the `devise_for` statement from your `config/routes.rb` file?