summaryrefslogtreecommitdiff
path: root/lib/bundler/friendly_errors.rb
Commit message (Expand)AuthorAgeFilesLines
* Update GitHub URLs in error messages.Ellen Marie Dash2020-02-011-3/+3
* remove warn call on LoadErrorEmily Giurleo2020-01-231-5/+0
* always print backtrace on LoadErrorEmily Giurleo2020-01-221-1/+1
* remove trace and update the specs accordinglyEmily Giurleo2020-01-221-1/+0
* TweakDavid Rodríguez2020-01-031-1/+1
* Report original exception when failing to load openssl, fixes #7192Oleg Pudeyev2020-01-031-1/+1
* Lazily load CGIDavid Rodríguez2019-11-271-1/+1
* Respect log level when showing GemRequireError'sno_silent_output_by_defaultDavid Rodríguez2019-10-311-1/+1
* Fix comments and messages to refer to https urlTakayuki Nakata2019-08-211-1/+1
* Bump rubocop to 0.74.0bump_rubocopDavid Rodríguez2019-07-311-1/+1
* Bump rubocop to 0.68.0rubocop_0_68David Rodríguez2019-04-301-1/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Move `rescue Exception` exceptions inlineDavid Rodríguez2019-03-041-1/+1
* Auto-correct `Style/RescueStandardError` offensesDavid Rodríguez2019-03-041-1/+1
* Auto-correct `Style/Encoding` rubocop issuesDavid Rodríguez2019-03-041-1/+0
* [FriendlyErrors] Fallback to the original error if the friendly message raisesseg-friendly-error-fallbackSamuel Giddins2018-01-121-0/+2
* Avoid rescue of SignalException in kernel_load and with_friendly_errorsDavid Kellum2017-10-141-0/+2
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* move implementation of Bundler::Env to class methodsColby Swandale2017-04-201-1/+1
* [FriendlyErrors] Include Gemfile in error reportseg-error-template-gemfileSamuel Giddins2017-02-271-1/+1
* [FriendlyErrors] Update ISSUES.md URLseg-error-template-issues-urlSamuel Giddins2017-01-291-1/+1
* [FriendlyErrors] Prettify, taking into account formatting suggestionsseg-bundle-env-markdownSamuel Giddins2016-11-301-3/+17
* [FriendlyErrors] Use GFM in issue report templateSamuel Giddins2016-11-301-4/+6
* [FriendlyErrors] Print a custom message on Java::JavaLang::OutOfMemoryErrorseg-jruby-oom-error-messageSamuel Giddins2016-09-231-0/+5
* Auto merge of #4795 - allenzhao:issue-4771, r=RochesterinNYCHomu2016-08-021-1/+3
|\
| * Add message filter and spec for better search URLZehan Zhao2016-07-291-1/+3
* | [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-1/+1
|/
* [CLI] Only redirect to help whel first two args are help and execseg-exec-help-with-dashSamuel Giddins2016-05-231-1/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-301-0/+2
* [FriendlyErrors] Split apart logging and exitingseg-refactor-friendly-errorsSamuel Giddins2015-12-191-85/+90
* YamlLibrarySyntaxError != YamlsyntayxErrorAndre Arko2015-12-131-1/+1
* [RuboCop] Enable Style/EmptyLinesAroundModuleBodySamuel Giddins2015-11-261-1/+0
* Handle invalid RubyGems config fileshandle-psych-errorsAgis Anastasopoulos2015-10-281-0/+4
* Also print gemspecs in `bundle env`bundle-env-gemspecsAgis Anastasopoulos2015-10-051-1/+1
* Handle errors when requiring gems gracefullyAgis-2015-08-291-0/+4
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-4/+4
* [RuboCop] Enable Lint/LiteralInInterpolationSamuel E. Giddins2015-07-151-2/+2
* Merge tag 'v1.9.6'Andre Arko2015-05-031-3/+12
|\
| * [friendly errors] All ASCII because encodingsAndre Arko2015-05-021-2/+2
| * [friendly errors] flesh out reporting templateAndre Arko2015-05-021-4/+9
| * [ErrorReport] Print the command that was runSamuel E. Giddins2015-05-021-0/+4
| * Only use first line of error messages in the issue search URL.Tim Moore2015-04-121-1/+1
* | Merge tag 'v1.9.4'Andre Arko2015-04-131-1/+1
* | [DSL] Add prettier DSL errorSamuel E. Giddins2015-03-161-0/+3
|/
* Fix spec failures.Andre Medeiros2015-03-111-0/+1
* indent error report template, extract methodAndre Arko2014-11-301-32/+26
* Better exception handlingKir Shatrov2014-11-301-5/+44
* Clickable URL in friendly exceptionsSunny Ripert2013-12-011-1/+1